Class RunScenarioFlowUserTask
java.lang.Object
org.camunda.automator.engine.flow.RunScenarioFlowBasic
org.camunda.automator.engine.flow.RunScenarioFlowUserTask
-
Nested Class Summary
Nested classes/interfaces inherited from class org.camunda.automator.engine.flow.RunScenarioFlowBasic
RunScenarioFlowBasic.STATUS -
Field Summary
Fields inherited from class org.camunda.automator.engine.flow.RunScenarioFlowBasic
runResult -
Constructor Summary
ConstructorsConstructorDescriptionRunScenarioFlowUserTask(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Start the execution.intvoidThe flow must stop nowMethods inherited from class org.camunda.automator.engine.flow.RunScenarioFlowBasic
getId, getIndex, getRunResult, getRunScenario, getScenarioStep
-
Constructor Details
-
RunScenarioFlowUserTask
public RunScenarioFlowUserTask(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult)
-
-
Method Details
-
execute
public void execute()Description copied from class:RunScenarioFlowBasicStart the execution. Attention, only errors must be reported in the result- Specified by:
executein classRunScenarioFlowBasic
-
getStatus
- Specified by:
getStatusin classRunScenarioFlowBasic
-
getCurrentNumberOfThreads
public int getCurrentNumberOfThreads()- Specified by:
getCurrentNumberOfThreadsin classRunScenarioFlowBasic
-
pleaseStop
public void pleaseStop()Description copied from class:RunScenarioFlowBasicThe flow must stop now- Specified by:
pleaseStopin classRunScenarioFlowBasic
-