irte_engine
workflow_controller.interface
WorkflowController
<
STATES_ENUM
>
state property
state
state
property
Null safety
STATES_ENUM
state
The current state of this workflow
Implementation
STATES_ENUM get state => lastEvent.state;
irte_engine
workflow_controller.interface
WorkflowController
<
STATES_ENUM
>
state property
WorkflowController class
Constructors
WorkflowController
Properties
container
emitMinorEvents
events
hashCode
hasListeners
initialized
isClosed
lastEvent
listeners
minorEvents
onDelete
onStart
registry
runtimeType
state
Methods
$configureLifeCycle
addListener
addListenerId
changeState
dispose
disposeId
executeListeners
noSuchMethod
notifyChildrens
onceState
onClose
onInit
onReady
refresh
refreshGroup
registerListenerPlugin
removeListener
removeListenerId
toString
update
Operators
operator ==