Delete File

Estimated reading: 1 minute

This component allows users to delete a file from a specified file path during workflow execution. 

Parameters

Parameter Description
File Path Specifies the full path of the file to be deleted.
Timeout (Seconds) Defines the maximum time (in seconds) the system will wait to delete the file before timing out.
Retry Count Specifies the number of times the component should retry deleting the file if the operation fails.
Delay Between Retries Specifies the time (in milliseconds) to wait between consecutive retry attempts.
Delay Before Execution Specifies the time (in milliseconds) to wait before executing the component.
Delay After Execution Specifies the time (in milliseconds) to wait after the component execution completes.
Continue on Error Determines whether the workflow should continue if the component encounters an error.
  • Stop Workflow – Halts the workflow execution immediately when an error occurs.
  • Continue – Skips the failed component and proceeds with the next step.
  • Continue Using Error Output – Continues execution while capturing error details for logging or conditional handling.
Share this Doc

Delete File

Or copy link

CONTENTS