public static interface ProcessRunner.StartableRunner
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.ExecutableRunner.StartingByStarter |
startBy(ProcessStarter starter)
Start the new process instance by means of custom code.
|
ProcessRunner.ExecutableRunner.StartingByKey |
startByKey(String processDefinitionKey)
Start the new process instance by providing a process definition key.
|
ProcessRunner.ExecutableRunner.StartingByKey |
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.
|
ProcessRunner.ExecutableRunner.StartingByMessage |
startByMessage(String messageName)
Start the new process instance by providing a message name.
|
ProcessRunner.ExecutableRunner.StartingByMessage |
startByMessage(String messageName,
Map<String,Object> variables)
Start the new process instance by providing a message name
and provide a few process instance variables.
|
ProcessRunner.ExecutableRunner.StartingByKey startByKey(String processDefinitionKey)
processDefinitionKey - to be used to start a process instanceProcessRunner.ExecutableRunner.StartingByKey startByKey(String processDefinitionKey, Map<String,Object> variables)
processDefinitionKey - to be used to start a process instancevariables - to be used as process instance variables from the start on.ProcessRunner.ExecutableRunner.StartingByMessage startByMessage(String messageName)
messageName - to be used to start a process instanceProcessRunner.ExecutableRunner.StartingByMessage startByMessage(String messageName, Map<String,Object> variables)
messageName - to be used to start a process instancevariables - to be used as process instance variables from the start on.ProcessRunner.ExecutableRunner.StartingByStarter startBy(ProcessStarter starter)
starter - interface which delivers a new process instanceCopyright © 2016 plexiti GmbH. All rights reserved.