public static interface ProcessRunner.ExecutableRunner
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ProcessRunner.ExecutableRunner.StartingByKey |
static interface |
ProcessRunner.ExecutableRunner.StartingByMessage |
static interface |
ProcessRunner.ExecutableRunner.StartingByStarter |
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.ExecutableRunner |
engine(org.camunda.bpm.engine.ProcessEngine processEngine)
Provide a custom process engine to the scenario
run.
|
Scenario |
execute()
Execute the fully defined scenario run.
|
ProcessRunner.StartableRunner |
run(ProcessScenario scenario)
Run another new process instance by means of the
scenario interface provided as parameter.
|
ProcessRunner.ExecutableRunner engine(org.camunda.bpm.engine.ProcessEngine processEngine)
processEngine - to be used by the scenario runScenario execute()
ProcessRunner.StartableRunner run(ProcessScenario scenario)
scenario - interface to be used for running the process
instanceCopyright © 2016 plexiti GmbH. All rights reserved.