public interface ContainerExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance flowNodeInstance)
Method called to notify this container executor that a child reached the given state
|
FlowNodeState |
executeFlowNode(long flowNodeInstanceId,
Long executerId,
Long executerSubstituteId)
Execute a flow node in the context of this container executor
|
String |
getHandledType() |
void childFinished(long processDefinitionId,
long parentId,
SFlowNodeInstance flowNodeInstance)
throws org.bonitasoft.engine.commons.exceptions.SBonitaException
processDefinitionId - The identifier of the process definitionparentId - The identifier of the parent of the flow nodeflowNodeInstance - org.bonitasoft.engine.commons.exceptions.SBonitaExceptionFlowNodeState executeFlowNode(long flowNodeInstanceId, Long executerId, Long executerSubstituteId) throws SFlowNodeReadException, SFlowNodeExecutionException
flowNodeInstanceId - The identifier of the flow node instanceexecuterId - The identifier of the user which execute the flow nodeexecuterSubstituteId - The identifier of the delegated user which execute the flow nodeSFlowNodeReadExceptionSFlowNodeExecutionException - Throw if there is an error when execute the flow nodeString getHandledType()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.