Custom element
Use to sequence a custom action.
Attributes
Action
string requiredThe CustomAction to which the Custom element applies.
After
stringThe name of the standard or custom action after which this action should be performed. Mutually exclusive with Before, OnExit, and Sequence attributes
Before
stringThe name of the standard or custom action before which this action should be performed. Mutually exclusive with OnExit, After, and Sequence attributes
Condition
stringOptional condition that determines whether the action should be executed.
OnExit
ExitTypeMutually exclusive with Before, After, and Sequence attributes This attribute’s value must be one of the following:
- success
- cancel
- error
- suspend
Overridable
yesnoIf “yes”, the sequencing of this action may be overridden by sequencing elsewhere.
Sequence
IntegerThe sequence number for this action. It is recommended to use one of the other mutually exclusive attributes: OnExit, After, and Before.