| Package | Description |
|---|---|
| org.camunda.bpm.scenario | |
| org.camunda.bpm.scenario.impl | |
| org.camunda.bpm.scenario.run |
| Modifier and Type | Method and Description |
|---|---|
static ProcessRunner.StartableRunner |
Scenario.run(ProcessScenario scenario)
Run a new process instance by means of the scenario interface
provided as parameter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockedProcessRunnerImpl |
class |
ProcessRunnerImpl |
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.StartableRunner |
ProcessRunnerImpl.run(ProcessScenario scenario) |
ProcessRunner.StartableRunner |
ScenarioImpl.toBeStartedBy() |
ProcessRunner.StartableRunner |
ProcessRunnerImpl.withMockedProcess(String processDefinitionKey) |
| Modifier and Type | Method and Description |
|---|---|
ProcessRunner.StartableRunner |
ProcessRunner.ExecutableRunner.run(ProcessScenario scenario)
Run another new process instance by means of the
scenario interface provided as parameter.
|
ProcessRunner.StartableRunner |
ProcessRunner.StartableRunner.withMockedProcess(String processDefinitionKey)
Mock the scenario by deploying a process with the given process
definition key, but only a single wait state to interact with
(internally implemented with an external task).
|
Copyright © 2021 plexiti GmbH. All rights reserved.