Show element
Attributes
After
stringShow the dialog after the specified action. Mutually exclusive with OnExit, Before, and Sequence attributes.
Before
stringShow the dialog before the specified action. Mutually exclusive with OnExit, After, and Sequence attributes.
Condition
stringOptional condition that determines whether the dialog should be displayed.
Dialog
string requiredReference to dialog to show.
OnExit
ExitTypeShow 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
yesnoIf “yes”, the sequencing of this dialog may be overridden by sequencing elsewhere. The default is “no”.
Sequence
IntegerShow the dialog at the specified sequence. It is recommended to use one of the other mutually exclusive attributes: OnExit, After, and Before.