| Name |
A name for the step.
Other process steps can refer to this step by this name. |
| Process |
The generic process to run. |
| Ignore Failure |
When selected,
the step is always considered to have run to completion. |
| Max # of concurrent jobs |
The maximum number
of component processes to run at the same time. To run an unlimited
number of concurrent processes, specify -1. |
| Fail Fast |
If this check
box is selected, the step does not start more processes after one
process fails. |
| Precondition |
A JavaScript script that defines
a condition that must exist before the step can run. The condition
must resolve to true or false. |