FailureActions
- Updated2025-07-21
- 1 minute(s) read
FailureActions
Use these options to specify whether execution proceeds to the Cleanup step group when a step sets the status property of the sequence to Failed .
- FailureAction_GotoCleanup –(Value: 1) Specifies that execution flow proceeds to the Cleanup step group if the step sets the status property of the sequence to Failed .
- FailureAction_None –(Value: 0) Specifies that execution flow does not proceed to the Cleanup step group if the step sets the status property of the sequence to Failed .
- FailureAction_UseStationOption –(Value: 2) Specifies that execution flow proceeds to the Cleanup step group if the step sets the status property of the sequence to Failed and the value of the StationOptions.AlwaysGotoCleanupOnFailure property is True .