com.ibm.itim.mail.workflow
Interface WorkflowManualActivityContext
- All Superinterfaces:
- WorkflowNotificationContext
- public interface WorkflowManualActivityContext
- extends WorkflowNotificationContext
The workflow runtime context associated with a manual activity.
getWorkitem
public WorkItem getWorkitem()
- Returns the work item associated with the manual activity.
- Returns:
- WorkItem associated with the manual activity.
getNotificationParticipant
public java.util.Collection getNotificationParticipant()
- Returns the participants of the work item (manual activity).
- Returns:
- Collection of Person objects representing the participants
of the activity.