Install Component

The Install Component step installs the selected component using one of the processes defined for the component.

Install Component Properties table

Field Description
Name Can be referenced by other process steps.
Component Component used by the step; a step can affect a single component. All components associated with the application are available. If you want to install another component, add another install step to the process.
Use Versions Without Status Restricts the components that can be used by the step. Components with the selected status are ignored. Available statuses: Active means ignore components currently deployed; Staged means ignore components currently in pre-deployment locations.
Component Process Select a process for the component selected above. All processes defined for the component are available. Only one process can be selected per step.
Ignore Failure When selected, the step will be considered to have run successfully.
Limit to Resource Role User-defined resource role the agent running the step must have.
Fail Fast When this is checked, this step will not start any more component processes if one fails.
Run on First Online Resource Only Instead of being run by all agents mapped to the application, the step will only be run by the first online agent identified by Deployment Automation. The mechanism used to identify the "first" agent is database-dependent (thus indeterminate).
Precondition A JavaScript script that defines a condition that must exist before the step can run. The condition must resolve to true or false.