Save File

Estimated reading: 2 minutes

This component allows the user to upload any type of file to the project storage and returns the file path as a result, which can be used in subsequent workflow steps for reference or further processing.

Parameters

Parameter Description
Base64 Content The content of the file encoded in Base64 format to be saved.
Target File Name The name of the file to be created or retrieved.
File Extension The file type or extension (e.g., .txt, .pdf, .xlsx) for the target file.
Allow Overwrite Specifies whether an existing file with the same name should be overwritten.
Delay Before Specifies the time (in milliseconds) to wait before executing the activity or component.
Delay After Specifies the time (in milliseconds) to wait after completing the activity or component execution.
Continue on Error Determines whether the workflow should proceed if the current activity encounters an error.

  • Stop Workflow – Immediately halts the workflow execution when an error occurs.
  • Continue – Skips the failed activity and proceeds with the next step in the workflow.
  • Continue Using Error Output – Allows the workflow to continue while capturing the error details as part of the output. This mode enables advanced handling scenarios where the error message or code is required for downstream actions, logging, or conditional flows.
Retry Specifies the number of times the system should automatically retry the activity if it fails during execution.
Share this Doc

Save File

Or copy link

CONTENTS