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.
|
| Retry | Specifies the number of times the system should automatically retry the activity if it fails during execution. |