Uses of Interface
org.camunda.bpm.scenario.run.ProcessRunner.StartableRunner
-
Packages that use ProcessRunner.StartableRunner Package Description org.camunda.bpm.scenario org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of ProcessRunner.StartableRunner in org.camunda.bpm.scenario
Methods in org.camunda.bpm.scenario that return ProcessRunner.StartableRunner Modifier and Type Method Description static ProcessRunner.StartableRunnerScenario. run(ProcessScenario scenario)Run a new process instance by means of the scenario interface provided as parameter. -
Uses of ProcessRunner.StartableRunner in org.camunda.bpm.scenario.impl
Classes in org.camunda.bpm.scenario.impl that implement ProcessRunner.StartableRunner Modifier and Type Class Description classMockedProcessRunnerImplclassProcessRunnerImplMethods in org.camunda.bpm.scenario.impl that return ProcessRunner.StartableRunner Modifier and Type Method Description ProcessRunner.StartableRunnerProcessRunnerImpl. run(ProcessScenario scenario)ProcessRunner.StartableRunnerScenarioImpl. toBeStartedBy()ProcessRunner.StartableRunnerProcessRunnerImpl. withMockedProcess(String processDefinitionKey) -
Uses of ProcessRunner.StartableRunner in org.camunda.bpm.scenario.run
Methods in org.camunda.bpm.scenario.run that return ProcessRunner.StartableRunner Modifier and Type Method Description ProcessRunner.StartableRunnerProcessRunner.ExecutableRunner. run(ProcessScenario scenario)Run another new process instance by means of the scenario interface provided as parameter.ProcessRunner.StartableRunnerProcessRunner.StartableRunner. withMockedProcess(String processDefinitionKey)Mock the scenario by deploying a process with the given process definition key, but only a single wait state to interact with (internally implemented with an external task).
-