public static interface ProcessRunner.ExecutableRunner.StartingByKey extends ProcessRunner.ExecutableRunner
ProcessRunner.ExecutableRunner.StartingByKey, ProcessRunner.ExecutableRunner.StartingByMessage, ProcessRunner.ExecutableRunner.StartingByStarter| Modifier and Type | Method and Description |
|---|---|
Scenario |
execute()
Execute the fully defined scenario run.
|
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 |
fromBefore(String activityId)
Run the new process instance not from its beginning, but
just from before the activity id provided as parameter.
|
engine, runProcessRunner.ExecutableRunner.StartingByKey fromBefore(String activityId)
activityId - from before which the new process instance
should be startedProcessRunner.ExecutableRunner.StartingByKey fromAfter(String activityId)
activityId - from after which the new process instance
should be startedScenario execute()
execute in interface ProcessRunner.ExecutableRunnerCopyright © 2016 plexiti GmbH. All rights reserved.