Run Action List

This action calls an alternate action list.  When an action list is inserted, the actions specified within the action list will be executed at the insertion point. During an update build, inserted action lists will be checked for cyclic recursion. The build will fail if an action list is called from within itself without a condition applied.

Prepare Stage

No action taken.  All actions in an action list will have their prepare stage deferred. Each action’s Prepare stage will run at the insertion point of the Execute stage, but before any action’s Execute stage.

Execute Stage

Iterates and runs the Prepare stage for all actions in the action list. Then iterates and runs the Execute stage.

Cleanup Stage

Runs the Cleanup stage for all action list actions that were executed.

Rollback Stage

Runs the Rollback stage for all action list actions that were executed.