|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the implementation of an activity by a sub flow.
Field Summary | |
static int |
ASYNCHR
Denotes asynchronous execution of subflow. |
static int |
SYNCHR
Denotes synchronous execution of subflow. |
Method Summary | |
int |
execution()
Return the execution mode. |
java.lang.String |
packageId()
Return the package id of the subflow. |
java.lang.String |
processId()
Return the process id of the subflow. |
java.lang.String |
processKey()
Return the key of the invoked process if it has been started. |
Field Detail |
public static final int ASYNCHR
public static final int SYNCHR
Method Detail |
public java.lang.String packageId()
processId
to
lookup the process definition using ProcessDefinitionDirectory.lookupProcessDefinition
.
public java.lang.String processId()
packageId
to
lookup the process definition using ProcessDefinitionDirectory.lookupProcessDefinition
.
public java.lang.String processKey()
null
if no process is running.public int execution()
ASYNCHR
or
SYNCHR
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |