Create a Folder
Description
Create a Folder creates a new directory at a specified file system path. Use this process entry to set up directory structures before workflows run — for example, creating an output folder for generated reports, preparing a staging directory for incoming files, or ensuring an archive folder exists before moving processed files into it. You can configure it to fail if the folder already exists to prevent accidental overwrites.
Configurations
| Field Name | Description |
|---|---|
| Process Entry name | Specify a unique name for the process entry, on the workspace area. A process entry can be placed on the canvas several times; and each instance of the entry must have a unique name. |
| Folder name | The name of the folder to create (can be a full path) |
| Fail if folder exists | If you enable this option, this process entry will fail if the specified folder already exists. |