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
@Component public class AbortingReceiveTaskState extends AbortingFlowNodeContainerState
-
-
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
Constructors Constructor Description AbortingReceiveTaskState(StateBehaviors stateBehaviors, WaitingEventsInterrupter waitingEventsInterrupter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StateCodeexecute(SProcessDefinition processDefinition, SFlowNodeInstance instance)intgetId()-
Methods inherited from class org.bonitasoft.engine.execution.state.AbortingFlowNodeContainerState
getName, getStateCategory, getSystemComment, mustAddSystemComment
-
Methods inherited from class org.bonitasoft.engine.execution.state.EndingFlowNodeContainerExceptionState
getStateBehaviors, isStable, isTerminal, notifyChildFlowNodeHasFinished, shouldExecuteState
-
-
-
-
Constructor Detail
-
AbortingReceiveTaskState
public AbortingReceiveTaskState(StateBehaviors stateBehaviors, WaitingEventsInterrupter waitingEventsInterrupter)
-
-
Method Detail
-
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
-
-