Module io.automatiko.engine.api
Interface ProcessWorkItemTransitionEvent
- All Superinterfaces:
ProcessEvent
An event when a work item has transition between life cycle phases
-
Method Summary
Modifier and TypeMethodDescriptionTransition<?>Returns transition that is applied to the work itemReturns work item being transitionedbooleanIndicated is the transition has already been done.Methods inherited from interface io.automatiko.engine.api.event.process.ProcessEvent
getEventDate, getProcessInstance, getProcessRuntime
-
Method Details
-
getWorkItem
WorkItem getWorkItem()Returns work item being transitioned- Returns:
- work item
-
getTransition
Transition<?> getTransition()Returns transition that is applied to the work item- Returns:
- transition
-
isTransitioned
boolean isTransitioned()Indicated is the transition has already been done.- Returns:
- true if transition has already been done, otherwise false
-