Class AbortingReceiveTaskState
java.lang.Object
org.bonitasoft.engine.execution.state.EndingFlowNodeContainerExceptionState
org.bonitasoft.engine.execution.state.AbortingFlowNodeContainerState
org.bonitasoft.engine.execution.state.AbortingReceiveTaskState
- All Implemented Interfaces:
FlowNodeState
-
Field Summary
Fields inherited from interface org.bonitasoft.engine.core.process.instance.api.states.FlowNodeState
ID_ACTIVITY_EXECUTING, ID_ACTIVITY_FAILED, ID_ACTIVITY_READY -
Constructor Summary
ConstructorsConstructorDescriptionAbortingReceiveTaskState(StateBehaviors stateBehaviors, WaitingEventsInterrupter waitingEventsInterrupter) -
Method Summary
Modifier and TypeMethodDescriptionexecute(SProcessDefinition processDefinition, SFlowNodeInstance instance) intgetId()Methods inherited from class org.bonitasoft.engine.execution.state.AbortingFlowNodeContainerState
getName, getStateCategory, getSystemComment, mustAddSystemCommentMethods inherited from class org.bonitasoft.engine.execution.state.EndingFlowNodeContainerExceptionState
getStateBehaviors, isStable, isTerminal, notifyChildFlowNodeHasFinished, shouldExecuteState
-
Constructor Details
-
AbortingReceiveTaskState
public AbortingReceiveTaskState(StateBehaviors stateBehaviors, WaitingEventsInterrupter waitingEventsInterrupter)
-
-
Method Details
-
getId
public int getId()- Specified by:
getIdin interfaceFlowNodeState- Overrides:
getIdin classAbortingFlowNodeContainerState
-
execute
public StateCode execute(SProcessDefinition processDefinition, SFlowNodeInstance instance) throws SActivityStateExecutionException - Specified by:
executein interfaceFlowNodeState- Overrides:
executein classEndingFlowNodeContainerExceptionState- Throws:
SActivityStateExecutionException
-