Class RunScenarioFlowStartEvent
java.lang.Object
org.camunda.automator.engine.flow.RunScenarioFlowBasic
org.camunda.automator.engine.flow.RunScenarioFlowStartEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.camunda.automator.engine.flow.RunScenarioFlowBasic
runResult -
Constructor Summary
ConstructorsConstructorDescriptionRunScenarioFlowStartEvent(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Start the execution.intThe flow return the runResult given at the executionvoidThe flow must stop nowMethods inherited from class org.camunda.automator.engine.flow.RunScenarioFlowBasic
getId, getIndex, getRunScenario, getScenarioStep
-
Constructor Details
-
RunScenarioFlowStartEvent
public RunScenarioFlowStartEvent(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
-
pleaseStop
public void pleaseStop()Description copied from class:RunScenarioFlowBasicThe flow must stop now- Specified by:
pleaseStopin classRunScenarioFlowBasic
-
getStatus
- Specified by:
getStatusin classRunScenarioFlowBasic
-
getCurrentNumberOfThreads
public int getCurrentNumberOfThreads()- Specified by:
getCurrentNumberOfThreadsin classRunScenarioFlowBasic
-
getRunResult
Description copied from class:RunScenarioFlowBasicThe flow return the runResult given at the execution- Overrides:
getRunResultin classRunScenarioFlowBasic- Returns:
- result
-