Uses of Class
org.camunda.automator.engine.RunResult
Packages that use RunResult
Package
Description
-
Uses of RunResult in org.camunda.automator
Methods in org.camunda.automator that return RunResultModifier and TypeMethodDescriptionAutomatorAPI.deployProcess(BpmnEngine bpmnEngine, RunParameters runParameters, Scenario scenario) Deploy a process, bpmEngine is given by the callerAutomatorAPI.executeScenario(BpmnEngine bpmnEngine, RunParameters runParameters, Scenario scenario) Execute a scenario -
Uses of RunResult in org.camunda.automator.engine
Methods in org.camunda.automator.engine that return RunResultModifier and TypeMethodDescriptionRunScenario.runDeployment()run only the deployments on the process - test to verify the engine is performedRunScenario.runExecutions()Execute the scenario.RunScenario.runScenario()Execute the scenario.RunScenario.runVerifications(ScenarioExecution scnExecution) for one execution, run verificationsMethods in org.camunda.automator.engine with parameters of type RunResultModifier and TypeMethodDescriptionvoidMerge the result in this resultConstructors in org.camunda.automator.engine with parameters of type RunResult -
Uses of RunResult in org.camunda.automator.engine.flow
Fields in org.camunda.automator.engine.flow declared as RunResultMethods in org.camunda.automator.engine.flow that return RunResultModifier and TypeMethodDescriptionRunScenarioFlowBasic.getRunResult()The flow return the runResult given at the executionRunScenarioFlowStartEvent.getRunResult()Methods in org.camunda.automator.engine.flow with parameters of type RunResultModifier and TypeMethodDescriptionvoidExecute the scenario flowvoidwarmingUp Do it!Constructors in org.camunda.automator.engine.flow with parameters of type RunResultModifierConstructorDescriptionRunScenarioFlowServiceTask(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 RunResult in org.camunda.automator.engine.unit
Methods in org.camunda.automator.engine.unit that return RunResultModifier and TypeMethodDescriptionRunScenarioUnitServiceTask.executeServiceTask(RunResult result, ScenarioStep step) Execute User taskRunScenarioUnitUserTask.executeUserTask(RunResult result, ScenarioStep step) Execute User taskRunScenarioUnit.runExecution()Execute the scenario.RunScenarioVerification.runVerifications(RunScenario runScenario, String processInstanceId) RunScenarioUnitStartEvent.startEvent(RunResult result, ScenarioStep step) Start EventMethods in org.camunda.automator.engine.unit with parameters of type RunResultModifier 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