Wizard transition attributes in the web UI framework

There are several wizard transition attributes, some of which include, id, source, and target.

The following table shows the transition attributes to specify in the wizardTransition tag of your XML file when you create a wizard:

Attribute Description Constraints
id The ID of the transition. Should be unique within the wizard.
source The ID of the source entity from which this transition originates. Value should be same as ID of one of the defined PAGE or RULE types.
target The ID of the destination entity at which this transition ends. Value should be the same as the ID of one of the defined PAGE or RULE types.
output Required when the originator of this transition is a rule. The target is chosen based on the output which the rule calculates.  
output/value The output of the rule.  
output/target The ID of the destination entity. Value should be same as ID of one of the defined PAGE or RULE types.