Parallel
Description
This activity allows you to executes all child activities simultaneously and asynchronously.
When the activity is run, a separate job is created for each process.
If a child process is invoked but not found, an error is logged containing the name of the child process. If there is an error occurs in the child process after it has been invoked, the parent is not aware of it and continue with the normal execution.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Complete Condition | In(Boolean) | The condition for the activity to start execute. E.g: varA=varB |