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:
|