All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected boolean |
allChildExecutionsEnded(ExecutionEntity parentExecutionEntity,
ExecutionEntity executionEntityToIgnore) |
protected List<ExecutionEntity> |
getActiveChildExecutionsForExecution(ExecutionEntityManager executionEntityManager,
String executionId) |
protected List<ExecutionEntity> |
getEventScopeExecutions(ExecutionEntityManager executionEntityManager,
ExecutionEntity parentExecution) |
protected int |
getNumberOfActiveChildExecutionsForExecution(ExecutionEntityManager executionEntityManager,
String executionId) |
protected int |
getNumberOfActiveChildExecutionsForProcessInstance(ExecutionEntityManager executionEntityManager,
String processInstanceId) |
protected void |
handleMultiInstanceSubProcess(ProcessEngineConfigurationImpl processEngineConfiguration,
ExecutionEntityManager executionEntityManager,
ExecutionEntity parentExecution,
ExecutionEntity currentExecution) |
protected void |
handleProcessInstanceExecution(ExecutionEntity processInstanceExecution) |
protected void |
handleRegularExecution() |
protected ExecutionEntity |
handleRegularExecutionEnd(ExecutionEntityManager executionEntityManager,
ExecutionEntity parentExecution) |
protected ExecutionEntity |
handleSubProcessEnd(ExecutionEntityManager executionEntityManager,
ExecutionEntity parentExecution,
org.flowable.bpmn.model.SubProcess subProcess) |
protected boolean |
isAsyncCompleteCallActivity(ExecutionEntity superExecution) |
protected boolean |
isEndEventOrImpliedEndEventInMultiInstanceSubprocess(ExecutionEntity executionEntity) |
protected boolean |
isFlowNodeWithoutOutgoingSequenceFlow(org.flowable.bpmn.model.FlowElement flowElement) |
protected boolean |
isInEventSubProcess(ExecutionEntity executionEntity) |
void |
run() |
protected void |
scheduleAsyncCompleteCallActivity(ExecutionEntity superExecutionEntity,
ExecutionEntity childProcessInstanceExecutionEntity) |