Create File

You can select this activity to create an empty file in a specific location. If a file already exists in the specified location, the new file replaces the existing file.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Input Target Filename String The name of the file that must be created.
Target Filepath String The location for the file that must be created.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.
Output File String The location and path of the created file.