Path Exists

You can select this activity to confirm that a specified path exists. The path can be a file or a directory path.

This table lists the properties for the activity

Property Type Property Name Data type Description
Input Path String The path to validate.
Note: Always use relative file paths for serverless environment,. For example: /folder1/. All file paths must follow Linux-style relative paths and must be located under the /tmp folder.
Output Is Valid Boolean Confirmation on the existence of the document or file. (True or False format)
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.