public interface WorkflowNotificationContext
| Modifier and Type | Method and Description |
|---|---|
Activity |
getActivity()
Returns information about the most recent running activity.
|
Activity |
getActivity(java.lang.String actDefID)
Returns information about the activity with the given definition
ID.
|
RelevantDataItem |
getData(java.lang.String id)
Returns the relevant data item with the given ID associated with
the current running workflow process.
|
WorkflowProcess |
getParentProcess()
Returns information about the parent process of the current running
process.
|
WorkflowProcess |
getProcess()
Returns the information about the current running process.
|
WorkflowProcess |
getRootProcess()
Returns information about the root process of the current running
process.
|
WorkflowProcess getProcess()
WorkflowProcess getParentProcess()
WorkflowProcess getRootProcess()
Activity getActivity()
Activity getActivity(java.lang.String actDefID)
actDefID - ID of the activity as specified in the process
definition.RelevantDataItem getData(java.lang.String id)
id - ID of the relevant data item.