Class WfTransition

java.lang.Object
wt.fc.EnumeratedType
wt.workflow.engine._WfTransition
wt.workflow.engine.WfTransition
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType @FrozenSerializable public class WfTransition extends wt.workflow.engine._WfTransition
Used together with the State type to define the state transitions anexecution object can perform when it is in a particular state. The transitions currently implemented are the following:
  • start
  • disable
  • enable
  • suspend
  • resume
  • skip
  • complete
  • terminate
  • abort


Supported API: true

Extendable: false
See Also: