Uses of Class
org.camunda.automator.definition.ScenarioStep
Packages that use ScenarioStep
Package
Description
-
Uses of ScenarioStep in org.camunda.automator.definition
Fields in org.camunda.automator.definition with type parameters of type ScenarioStepMethods in org.camunda.automator.definition that return ScenarioStepModifier and TypeMethodDescriptionstatic ScenarioStepScenarioStep.createStepCreate(ScenarioExecution scnExecution, String starterId) static ScenarioStepScenarioStep.createStepUserTask(ScenarioExecution scnExecution, String activityId) ScenarioStep.setType(ScenarioStep.Step type) ScenarioStep.setVariables(Map<String, Object> variables) Methods in org.camunda.automator.definition that return types with arguments of type ScenarioStepModifier and TypeMethodDescriptionScenario.getFlows()ScenarioWarmingUp.getOperations()ScenarioExecution.getSteps()Methods in org.camunda.automator.definition with parameters of type ScenarioStepModifier and TypeMethodDescriptionScenarioExecution.addStep(ScenarioStep step) Add a step in the scenario -
Uses of ScenarioStep in org.camunda.automator.engine
Fields in org.camunda.automator.engine declared as ScenarioStepMethods in org.camunda.automator.engine with parameters of type ScenarioStepModifier and TypeMethodDescriptionvoidRunResult.addError(ScenarioStep step, String explanation) voidRunResult.addError(ScenarioStep step, AutomatorException e) voidRunResult.addStepExecution(ScenarioStep step, long timeExecution) RunZeebeOperation.getVariablesStep(RunScenario runScenario, ScenarioStep step) Resolve variablesConstructors in org.camunda.automator.engine with parameters of type ScenarioStep -
Uses of ScenarioStep in org.camunda.automator.engine.flow
Methods in org.camunda.automator.engine.flow that return ScenarioStepModifier and TypeMethodDescriptionRunScenarioFlowBasic.getScenarioStep()The flow execute a step - return itConstructors in org.camunda.automator.engine.flow with parameters of type ScenarioStepModifierConstructorDescriptionRunScenarioFlowServiceTask(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult) RunScenarioFlowStartEvent(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult) RunScenarioFlowUserTask(org.springframework.scheduling.TaskScheduler scheduler, ScenarioStep scenarioStep, int index, RunScenario runScenario, RunResult runResult) -
Uses of ScenarioStep in org.camunda.automator.engine.unit
Methods in org.camunda.automator.engine.unit with parameters of type ScenarioStepModifier and TypeMethodDescriptionRunScenarioUnitServiceTask.executeServiceTask(RunResult result, ScenarioStep step) Execute User taskRunScenarioUnitUserTask.executeUserTask(RunResult result, ScenarioStep step) Execute User taskRunScenarioUnitStartEvent.startEvent(RunResult result, ScenarioStep step) Start Event