public interface DynamicStateManager
| Modifier and Type | Method and Description |
|---|---|
void |
moveExecutionState(List<MoveExecutionEntityContainer> moveExecutionEntityContainerList,
Map<String,Object> processVariables,
Map<String,Map<String,Object>> localVariables,
CommandContext commandContext) |
ExecutionEntity |
resolveActiveExecution(String executionId,
CommandContext commandContext) |
ExecutionEntity |
resolveActiveExecution(String processInstanceId,
String activityId,
CommandContext commandContext) |
ExecutionEntity resolveActiveExecution(String executionId, CommandContext commandContext)
ExecutionEntity resolveActiveExecution(String processInstanceId, String activityId, CommandContext commandContext)
Copyright © 2018 Flowable. All rights reserved.