Class Release
java.lang.Object
org.jbpm.process.instance.impl.humantask.phases.Release
- All Implemented Interfaces:
LifeCyclePhase
Release life cycle phase that applies to human tasks.
It will set the status to "Ready" and resets actual owner
It can transition from
- Claim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(KogitoWorkItem workitem, Transition<?> transition) booleancanTransition(LifeCyclePhase phase) id()booleanstatus()
-
Field Details
-
ID
- See Also:
-
STATUS
- See Also:
-
-
Constructor Details
-
Release
public Release()
-
-
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
-
apply
- Specified by:
applyin interfaceLifeCyclePhase
-