Skip to content

Transitions

Martin Strejc edited this page Oct 31, 2020 · 1 revision

Transitions Transitions are globaly defined elements in XML. Each transition has its name and its target state. Association between state and transition is made inside the state element. Each element defines a list of transitions by transition name or id. There can be defined none, one or more transitions. Also there are some cases where special transitions are expeceted, e.g. Condition State ever exects two transition (true/false expression result). The feature is to define the default next and the default previous transitions. It is possible just for real state elements. In that case it is possible to easy navigate element to previous or next state (by invoking default previous or default next transition) even you don't know transition name.

Clone this wiki locally