Class Active
java.lang.Object
org.jbpm.process.instance.impl.workitem.Active
- All Implemented Interfaces:
LifeCyclePhase
Active life cycle phase that applies to any work item.
It will set the status to "Ready"
This is initial state so it can transition even if there is no phase set yet.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanTransition(LifeCyclePhase phase) id()booleanstatus()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kie.kogito.process.workitem.LifeCyclePhase
apply
-
Field Details
-
ID
- See Also:
-
STATUS
- See Also:
-
-
Constructor Details
-
Active
public Active()
-
-
Method Details
-
id
- Specified by:
idin interfaceLifeCyclePhase
-
status
- Specified by:
statusin interfaceLifeCyclePhase
-
isTerminating
public boolean isTerminating()- Specified by:
isTerminatingin interfaceLifeCyclePhase
-
canTransition
- Specified by:
canTransitionin interfaceLifeCyclePhase
-