Class BaseHumanTaskLifeCycle
java.lang.Object
org.jbpm.process.instance.impl.humantask.BaseHumanTaskLifeCycle
Base life cycle definition for human tasks. It comes with following phases
- Active
- Claim
- Release
- Complete
- Skip
- Abort
Activephase. From there it can go to
- Claim
- Complete
- Skip
- Abort
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondata(KogitoWorkItem workItem) phases()transitionTo(KogitoWorkItem workItem, KogitoWorkItemManager manager, Transition<Map<String, Object>> transition) 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.LifeCycle
allowedPhases
-
Constructor Details
-
BaseHumanTaskLifeCycle
public BaseHumanTaskLifeCycle()
-
-
Method Details
-
phaseById
-
phases
-
transitionTo
public Map<String,Object> transitionTo(KogitoWorkItem workItem, KogitoWorkItemManager manager, Transition<Map<String, Object>> transition) - Specified by:
transitionToin interfaceLifeCycle<Map<String,Object>>
-
data
-