Class Abort
java.lang.Object
org.jbpm.process.instance.impl.workitem.Abort
- All Implemented Interfaces:
LifeCyclePhase
Abort life cycle phase that applies to any work item.
It will set the status to "Aborted"
It can transition from
- Active
- Claim
- Release
-
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
-
Abort
public Abort()
-
-
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
-