Uses of Class
org.camunda.automator.definition.ScenarioExecution
Packages that use ScenarioExecution
Package
Description
-
Uses of ScenarioExecution in org.camunda.automator.definition
Methods in org.camunda.automator.definition that return ScenarioExecutionModifier and TypeMethodDescriptionScenarioExecution.addStep(ScenarioStep step) Add a step in the scenariostatic ScenarioExecutionScenarioExecution.createExecution(Scenario scnHead) ScenarioVerification.getScenarioExecution()ScenarioStep.getScnExecution()ScenarioExecution.setNumberProcessInstances(int numberProcessInstances) Ask this execution to execute a number of process instance.Methods in org.camunda.automator.definition that return types with arguments of type ScenarioExecutionMethods in org.camunda.automator.definition with parameters of type ScenarioExecutionModifier and TypeMethodDescriptionScenario.addExecution(ScenarioExecution scnExecution) Add a new executionprotected voidScenarioStep.afterUnSerialize(ScenarioExecution scnExecution) static ScenarioStepScenarioStep.createStepCreate(ScenarioExecution scnExecution, String starterId) static ScenarioStepScenarioStep.createStepUserTask(ScenarioExecution scnExecution, String activityId) voidScenarioStep.setScnExecution(ScenarioExecution scnExecution) Constructors in org.camunda.automator.definition with parameters of type ScenarioExecutionModifierConstructorDescriptionScenarioStep(ScenarioExecution scnExecution) protectedScenarioVerification(ScenarioExecution scenarioExecution) -
Uses of ScenarioExecution in org.camunda.automator.engine
Methods in org.camunda.automator.engine with parameters of type ScenarioExecutionModifier and TypeMethodDescriptionRunScenario.runVerifications(ScenarioExecution scnExecution) for one execution, run verifications -
Uses of ScenarioExecution in org.camunda.automator.engine.unit
Constructors in org.camunda.automator.engine.unit with parameters of type ScenarioExecutionModifierConstructorDescriptionRunScenarioUnit(RunScenario runScenario, ScenarioExecution scnExecution) RunScenarioVerification(ScenarioExecution scnExecution)