Uses of Class
org.camunda.automator.engine.RunScenario
Packages that use RunScenario
Package
Description
-
Uses of RunScenario in org.camunda.automator.definition
Methods in org.camunda.automator.definition with parameters of type RunScenarioModifier and TypeMethodDescriptionstatic FileScenarioTool.loadFile(String fileName, RunScenario runScenario) -
Uses of RunScenario in org.camunda.automator.engine
Methods in org.camunda.automator.engine with parameters of type RunScenarioModifier and TypeMethodDescriptionRunZeebeOperation.getVariablesStep(RunScenario runScenario, ScenarioStep step) Resolve variablesConstructors in org.camunda.automator.engine with parameters of type RunScenario -
Uses of RunScenario in org.camunda.automator.engine.flow
Methods in org.camunda.automator.engine.flow that return RunScenarioConstructors in org.camunda.automator.engine.flow with parameters of type RunScenarioModifierConstructorDescriptionRunScenarioFlows(ServiceAccess serviceAccess, RunScenario runScenario) RunScenarioFlowServiceTask(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 RunScenario in org.camunda.automator.engine.unit
Methods in org.camunda.automator.engine.unit with parameters of type RunScenarioModifier and TypeMethodDescriptionRunScenarioVerification.runVerifications(RunScenario runScenario, String processInstanceId) Constructors in org.camunda.automator.engine.unit with parameters of type RunScenarioModifierConstructorDescriptionRunScenarioUnit(RunScenario runScenario, ScenarioExecution scnExecution) protectedRunScenarioUnitServiceTask(RunScenario runScenario) protectedRunScenarioUnitStartEvent(RunScenario runScenario) protectedRunScenarioUnitUserTask(RunScenario runScenario) -
Uses of RunScenario in org.camunda.automator.services
Methods in org.camunda.automator.services with parameters of type RunScenarioModifier and TypeMethodDescriptionServiceDataOperation.execute(String value, RunScenario runScenario, String context) Execute the DataOperation -
Uses of RunScenario in org.camunda.automator.services.dataoperation
Methods in org.camunda.automator.services.dataoperation with parameters of type RunScenarioModifier and TypeMethodDescriptionabstract ObjectDataOperation.execute(String value, RunScenario runScenario) DataOperationGenerateList.execute(String value, RunScenario runScenario) DataOperationLoadFile.execute(String value, RunScenario runScenario) DataOperationStringToDate.execute(String value, RunScenario runScenario)