Transition interface

The Transition interface represents information about an individual transition.

Interface (transition)

property name

Name of the transition

property destination

The name of the state the instance would be in if this the named transition was performed.

property destinationTarget

Reserved.

property M

The WorkflowInstance to which this transition relates.

Interface (text)

These functions use the text system to retrieve the user visible names of the transition, with properties named in a way compatible with the std:ui:choose standard template.

property label

The user visible name of this transition.

property notes

Optional notes for this transition.

property indicator

Optional indicator for this transition.

property confirmText

A variation on notes for displaying on the confirmation page.

property action

Internal use only, the value of this property is dependent on the built in UI implementation and may be changed in the future.