Invoke Process Flow
Description
This action component allows you to call the specified workflow synchronously.
Input Properties
- Process Flow File (String) – The file path of the process flow file to be invoked.
- Arguments (Dictionary<string, Argument>) – The arguments that can be passed to the sub process flow.
General Properties
- Timeout (Checkbox) – The amount of time to wait for the action to run before an error is thrown.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.