Workflow Object (Web Services API)
This object represents the workflow settings: the workflow name, the paths to the Input folder and the Exception folder, and the export parameters. All the properties are read-only.
Properties
Name | Type | Description |
ExceptionsFolder | String, read-only | Returns the path to the Exceptions Folder of the workflow. |
ExportParams | ExportParams, read-only | Returns the export parameters. |
InputFolder | String, read-only | Returns the path to the Input Folder of the workflow. |
Name | String, read-only | Returns the name of the workflow. |
WorkflowState | WorkflowStateEnum, read-only | Returns the state of the of workflow. |
26.03.2024 13:49:49