Transitions

Transitions have a source node and a destination node. The source node is represented with the property from and the destination node is represented by the property to.

A transition can optionally have a name. Note that most of the jBPM features depend on the uniqueness of the transition name. If more then one transition has the same name, the first transition with the given name is taken. In case duplicate transition names occur in a node, the method Map getLeavingTransitionsMap() will return less elements than List getLeavingTransitions().

The default transition is the first transition in the list.