Uses of Class
org.camunda.automator.engine.RunParameters
Packages that use RunParameters
-
Uses of RunParameters in org.camunda.automator
Methods in org.camunda.automator with parameters of type RunParametersModifier 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 RunParameters in org.camunda.automator.engine
Methods in org.camunda.automator.engine that return RunParametersConstructors in org.camunda.automator.engine with parameters of type RunParametersModifierConstructorDescriptionRunScenario(Scenario scenario, BpmnEngine bpmnEngine, RunParameters runParameters, ServiceAccess serviceAccess)