public interface DynamicStateManager
| Modifier and Type | Method and Description |
|---|---|
void |
moveExecutionState(ExecutionEntity processExecution,
String fromActivityId,
String toActivityId,
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)
void moveExecutionState(ExecutionEntity processExecution, String fromActivityId, String toActivityId, CommandContext commandContext)
Copyright © 2017 Flowable. All rights reserved.