| Name |
Type |
Description |
Required |
| Action |
String |
The action to which the Custom element applies. |
Yes |
| After |
String |
The name of the standard or custom action after which this action should be performed. Mutually exclusive with Before, OnExit, and Sequence attributes |
|
| Before |
String |
The name of the standard or custom action before which this action should be performed. Mutually exclusive with OnExit, After, and Sequence attributes |
|
| OnExit |
Enumeration |
Mutually exclusive with Before, After, and Sequence attributes This attribute's value must be one of the following:- success
- cancel
- error
- suspend
|
|
| Sequence |
Integer |
The sequence number for this action. Mutually exclusive with Before, After, and OnExit attributes |
|