public class AbortScope
extends org.eclipse.stardust.common.StringKey
| Modifier and Type | Field and Description |
|---|---|
static String |
ROOT_HIERARCHY |
static AbortScope |
RootHierarchy
The process abort is performed starting from the root process instance.
|
static String |
SUB_HIERARCHY |
static AbortScope |
SubHierarchy
The process abort is performed starting from the sub process.
|
public static final String ROOT_HIERARCHY
public static final String SUB_HIERARCHY
public static final AbortScope RootHierarchy
Aborted.public static final AbortScope SubHierarchy
Completed if the last
activity of the process will be aborted. In the case that the activity is a sub process
then the sub process hierarchy and the sub process themselves will be aborted but the
process continues as usual.
The activity instance state which was given for the abort process is set to
Aborted in all cases.
Copyright © 2016 Eclipse Stardust. All Rights Reserved.