Skip to content

Show element

Attributes

After

string

Show the dialog after the specified action. Mutually exclusive with OnExit, Before, and Sequence attributes.

Before

string

Show the dialog before the specified action. Mutually exclusive with OnExit, After, and Sequence attributes.

Condition

string

Optional condition that determines whether the dialog should be displayed.

Dialog

string required

Reference to dialog to show.

OnExit

ExitType

Show the dialog 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 dialog may be overridden by sequencing elsewhere. The default is “no”.

Sequence

Integer

Show the dialog at the specified sequence. It is recommended to use one of the other mutually exclusive attributes: OnExit, After, and Before.

Parents