Run Process for Each Affected Resource

Runs the specified generic process on each resource that is affected by the application process.
Table 1. Install Component properties
Field Description
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.

Feedback