| Package | Description |
|---|---|
| org.camunda.bpm.scenario.impl | |
| org.camunda.bpm.scenario.run |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessRunnerImpl |
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunnerImpl.fromAfter(String activityId) |
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunnerImpl.fromBefore(String activityId) |
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunnerImpl.startByKey(String processDefinitionKey) |
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunnerImpl.startByKey(String processDefinitionKey,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunner.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.StartingByKey |
ProcessRunner.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.StartingByKey |
ProcessRunner.StartableRunner.startByKey(String processDefinitionKey)
Start the new process instance by providing a process definition key.
|
ProcessRunner.ExecutableRunner.StartingByKey |
ProcessRunner.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.
|
Copyright © 2016 plexiti GmbH. All rights reserved.