public class SubProcessModeKey
extends org.eclipse.stardust.common.StringKey
| Modifier and Type | Field and Description |
|---|---|
static SubProcessModeKey |
ASYNC_SEPARATE
Subprocesses will be executed asynchronously, means the calling activity will just
trigger the subprocess and then continue.
|
static SubProcessModeKey |
SYNC_SEPARATE
Subprocesses will be executed synchronously, means the calling activity will wait
for subprocess completion.
|
static SubProcessModeKey |
SYNC_SHARED
Subprocesses will be executed synchronously, means the calling activity will wait
for subprocess completion.
|
| Modifier and Type | Method and Description |
|---|---|
static SubProcessModeKey |
getKey(String id)
Obtain a key instance from an ID.
|
public static final SubProcessModeKey SYNC_SHARED
public static final SubProcessModeKey SYNC_SEPARATE
public static final SubProcessModeKey ASYNC_SEPARATE
public static SubProcessModeKey getKey(String id)
id - The ID of the key to be retrieved.null if the ID was invalid.Copyright © 2016 Eclipse Stardust. All Rights Reserved.