Uses of Interface
org.camunda.bpm.scenario.run.ProcessRunner.ExecutableRunner.StartingByKey
-
Packages that use ProcessRunner.ExecutableRunner.StartingByKey Package Description org.camunda.bpm.scenario.impl org.camunda.bpm.scenario.run -
-
Uses of ProcessRunner.ExecutableRunner.StartingByKey in org.camunda.bpm.scenario.impl
Classes in org.camunda.bpm.scenario.impl that implement ProcessRunner.ExecutableRunner.StartingByKey Modifier and Type Class Description classMockedProcessRunnerImplclassProcessRunnerImplMethods in org.camunda.bpm.scenario.impl that return ProcessRunner.ExecutableRunner.StartingByKey Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. fromAfter(String activityId)ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. fromBefore(String activityId)ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. startByKey(String processDefinitionKey)ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. startByKey(String processDefinitionKey, String businessKey)ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. startByKey(String processDefinitionKey, String businessKey, Map<String,Object> variables)ProcessRunner.ExecutableRunner.StartingByKeyProcessRunnerImpl. startByKey(String processDefinitionKey, Map<String,Object> variables) -
Uses of ProcessRunner.ExecutableRunner.StartingByKey in org.camunda.bpm.scenario.run
Methods in org.camunda.bpm.scenario.run that return ProcessRunner.ExecutableRunner.StartingByKey Modifier and Type Method Description ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.ExecutableRunner.StartingByKey. fromAfter(String activityId)Run the new process instance not from its beginning, but just from after the activity id provided as parameter.ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.ExecutableRunner.StartingByKey. fromBefore(String activityId)Run the new process instance not from its beginning, but just from before the activity id provided as parameter.ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.StartableRunner. startByKey(String processDefinitionKey)Start the new process instance by providing a process definition key.ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.StartableRunner. startByKey(String processDefinitionKey, String businessKey)Start the new process instance by providing a process definition key, business key and provide a few process instance variables.ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.StartableRunner. startByKey(String processDefinitionKey, String businessKey, Map<String,Object> variables)Start the new process instance by providing a process definition key, business key and provide a few process instance variables.ProcessRunner.ExecutableRunner.StartingByKeyProcessRunner.StartableRunner. startByKey(String processDefinitionKey, Map<String,Object> variables)Start the new process instance by providing a process definition key and provide a few process instance variables.
-