| author | Antje Fuhrmann | 2012-09-17 02:01:39 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-09-17 02:01:39 (EDT) |
| commit | cc77470dbf21be57485ddabd52161b1f454513a6 (patch) (side-by-side diff) | |
| tree | 382afc60bd0f7ee4bc2e5962e02c298c9c3e1d45 | |
| parent | 76ef19a10de20610ad3e000cb6c599cc00990c27 (diff) | |
| download | org.eclipse.stardust.engine-cc77470dbf21be57485ddabd52161b1f454513a6.zip org.eclipse.stardust.engine-cc77470dbf21be57485ddabd52161b1f454513a6.tar.gz org.eclipse.stardust.engine-cc77470dbf21be57485ddabd52161b1f454513a6.tar.bz2 | |
Jira-ID: CRNT-23694
Review kernel code and provide information on what API calls result in which possible state changes.
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/engine@59246 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java index 6560ce5..f165e50 100644 --- a/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java +++ b/stardust-engine-core/src/main/java/org/eclipse/stardust/engine/api/runtime/WorkflowService.java @@ -1118,7 +1118,7 @@ public interface WorkflowService extends Service * <li>State after: * <br><i>If abort scope is root hierarchy:</i> The state of root process, all sub-processes and activities that are not yet completed changes to aborted.</li> * <br><i>If abort scope is sub hierarchy:</i> The state of the sub-process, all its subprocesses and activities that are not yet completed changes to aborted. - * </br>If the last activity of the process is aborted and is not a subprocess then the process state will be set to completed.</li></ul> + * </li></ul> * </p> *
* @param processInstanceOid The OID of the process instance to be aborted.
|

