Rollback Component

The Rollback Component step rolls back a component version and replaces it with an earlier one.

Rollback Component Properties

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 roll back another component, add another rollback step to the process.
Remove Versions With Status Restricts the components that are affected by the step, only components with the selected status are affected. Available statuses: Active means use components currently deployed; Staged means use 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.
Rollback type Determines the type of rollback. Available statuses: Remove Undesired Incremental Versions and Replace with Last Deployed.
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.