Skip to content

Custom element

Use to sequence a custom action.

Attributes

Action

string required

The CustomAction to which the Custom element applies.

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

Condition

string

Optional condition that determines whether the action should be executed.

OnExit

ExitType

Mutually exclusive with Before, After, and Sequence attributes This attribute’s value must be one of the following:

  • success
  • cancel
  • error
  • suspend

Overridable

yesno

If “yes”, the sequencing of this action may be overridden by sequencing elsewhere.

Sequence

Integer

The sequence number for this action. It is recommended to use one of the other mutually exclusive attributes: OnExit, After, and Before.

Parents

See also

CustomAction