| Package | Description |
|---|---|
| org.camunda.bpm.scenario | |
| org.camunda.bpm.scenario.impl | |
| org.camunda.bpm.scenario.impl.waitstate | |
| org.camunda.bpm.scenario.run |
| Modifier and Type | Method and Description |
|---|---|
abstract org.camunda.bpm.engine.runtime.ProcessInstance |
Scenario.instance(ProcessScenario scenario)
Retrieve the process instance run by the scenario provided as
parameter.
|
abstract List<org.camunda.bpm.engine.runtime.ProcessInstance> |
Scenario.instances(ProcessScenario scenario)
Retrieve the process instances run by the scenario provided as
parameter.
|
static ProcessRunner.StartableRunner |
Scenario.run(ProcessScenario scenario)
Run a new process instance by means of the scenario interface
provided as parameter.
|
static ProcessRunner |
Scenario.use(ProcessScenario scenario)
Integrate an existing process instance (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Action |
WaitstateExecutable.action(ProcessScenario scenario) |
org.camunda.bpm.engine.runtime.ProcessInstance |
ScenarioImpl.instance(ProcessScenario scenario) |
List<org.camunda.bpm.engine.runtime.ProcessInstance> |
ScenarioImpl.instances(ProcessScenario scenario) |
ProcessRunner.StartableRunner |
ProcessRunnerImpl.run(ProcessScenario scenario) |
| Constructor and Description |
|---|
ProcessRunnerImpl(ScenarioImpl scenarioExecutor,
ProcessScenario scenario) |
ScenarioImpl(ProcessScenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
protected Action<ExternalTaskDelegate> |
MessageIntermediateThrowEventExecutable.action(ProcessScenario scenario) |
protected Action |
ServiceTaskExecutable.action(ProcessScenario scenario) |
protected Action<IgnoredExecutable> |
IgnoredExecutable.action(ProcessScenario scenario) |
protected Action |
BusinessRuleTaskExecutable.action(ProcessScenario scenario) |
protected Action |
UserTaskExecutable.action(ProcessScenario scenario) |
protected Action<EventBasedGatewayDelegate> |
EventBasedGatewayExecutable.action(ProcessScenario scenario) |
protected Action<ProcessInstanceDelegate> |
CallActivityExecutable.action(ProcessScenario scenario) |
protected Action |
TimerIntermediateEventExecutable.action(ProcessScenario scenario) |
protected Action<EventSubscriptionDelegate> |
SignalIntermediateCatchEventExecutable.action(ProcessScenario scenario) |
protected Action<EventSubscriptionDelegate> |
MessageIntermediateCatchEventExecutable.action(ProcessScenario scenario) |
protected Action |
ReceiveTaskExecutable.action(ProcessScenario scenario) |
protected Action |
SendTaskExecutable.action(ProcessScenario scenario) |
| 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.
|
Copyright © 2016 plexiti GmbH. All rights reserved.