public class AbortingActivityWithBoundaryStateImpl extends EndingActivityWithBoundaryStateImpl
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY| Constructor and Description |
|---|
AbortingActivityWithBoundaryStateImpl(StateBehaviors stateBehaviors) |
| Modifier and Type | Method and Description |
|---|---|
SStateCategory |
getBoundaryCategoryState() |
int |
getId() |
java.lang.String |
getName() |
SStateCategory |
getStateCategory()
Get the state's category
|
java.lang.String |
getSystemComment(SFlowNodeInstance flowNodeInstance)
Add a system comment "User XYZ has XYZ(state change) task XYZ(task name)"
|
boolean |
mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
Return true if flowNodeInstance instance of SHumanTaskInstance
|
execute, getStateBehaviors, hit, isInterrupting, isStable, isTerminal, shouldExecuteStatepublic AbortingActivityWithBoundaryStateImpl(StateBehaviors stateBehaviors)
public boolean mustAddSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeStatepublic java.lang.String getSystemComment(SFlowNodeInstance flowNodeInstance)
FlowNodeStatepublic int getId()
public java.lang.String getName()
public SStateCategory getStateCategory()
Statepublic SStateCategory getBoundaryCategoryState()
getBoundaryCategoryState in class EndingActivityWithBoundaryStateImpl