Uses of Interface
org.camunda.bpm.scenario.run.ProcessStarter
-
Packages that use ProcessStarter Package Description org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of ProcessStarter in org.camunda.bpm.scenario.impl
Methods in org.camunda.bpm.scenario.impl with parameters of type ProcessStarter Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByStarterProcessRunnerImpl. startBy(ProcessStarter scenarioStarter) -
Uses of ProcessStarter in org.camunda.bpm.scenario.run
Methods in org.camunda.bpm.scenario.run with parameters of type ProcessStarter Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByStarterProcessRunner.StartableRunner. startBy(ProcessStarter starter)Start the new process instance by means of custom code.
-