public class FlowController extends Object implements ExecutionElementController
| Modifier and Type | Field and Description |
|---|---|
protected Flow |
flow |
protected ModelNavigator<Flow> |
flowNavigator |
| Constructor and Description |
|---|
FlowController(RuntimeJobExecution jobExecution,
Flow flow,
long rootJobExecutionId,
ServicesManager manager) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatus |
execute() |
List<Long> |
getLastRunStepExecutions() |
void |
stop() |
protected ModelNavigator<Flow> flowNavigator
protected Flow flow
public FlowController(RuntimeJobExecution jobExecution, Flow flow, long rootJobExecutionId, ServicesManager manager)
public ExecutionStatus execute()
execute in interface ExecutionElementControllerpublic void stop()
stop in interface Controllerpublic List<Long> getLastRunStepExecutions()
getLastRunStepExecutions in interface ControllerCopyright © 2022 The Apache Software Foundation. All rights reserved.