Class RunScenarioFlowBasic
java.lang.Object
org.camunda.automator.engine.flow.RunScenarioFlowBasic
- Direct Known Subclasses:
RunScenarioFlowServiceTask,RunScenarioFlowStartEvent,RunScenarioFlowUserTask
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute()Start the execution.abstract intgetId()intgetIndex()Return the index of this basicFlowThe flow return the runResult given at the executionThe flow execute a step - return itabstract RunScenarioFlowBasic.STATUSabstract voidThe flow must stop now
-
Field Details
-
runResult
-
-
Method Details
-
getIndex
public int getIndex()Return the index of this basicFlow- Returns:
- index
-
getId
-
getRunScenario
-
getRunResult
The flow return the runResult given at the execution- Returns:
- result
-
getScenarioStep
The flow execute a step - return it- Returns:
- scenarioStep
-
execute
public abstract void execute()Start the execution. Attention, only errors must be reported in the result -
getStatus
-
getCurrentNumberOfThreads
public abstract int getCurrentNumberOfThreads() -
pleaseStop
public abstract void pleaseStop()The flow must stop now
-