com.ibm.itim.mail.workflow

Interface WorkflowNotificationContext

    • Method Detail

      • getProcess

        WorkflowProcess getProcess()
        Returns the information about the current running process.
        Returns:
        WorkflowProcess holding the process information.
      • getParentProcess

        WorkflowProcess getParentProcess()
        Returns information about the parent process of the current running process.
        Returns:
        WorkflowProcess holding the parent process information.
      • getRootProcess

        WorkflowProcess getRootProcess()
        Returns information about the root process of the current running process.
        Returns:
        WorkflowProcess holding the root process information.
      • getActivity

        Activity getActivity()
        Returns information about the most recent running activity. The most recent activity can be the one just completed or still running.
        Returns:
        Activity holding the most recent activity information.
      • getActivity

        Activity getActivity(java.lang.String actDefID)
        Returns information about the activity with the given definition ID.
        Parameters:
        actDefID - ID of the activity as specified in the process definition.
        Returns:
        Activity holding the activity information.
      • getData

        RelevantDataItem getData(java.lang.String id)
        Returns the relevant data item with the given ID associated with the current running workflow process.
        Parameters:
        id - ID of the relevant data item.
        Returns:
        RelevantDataItem holding the relevant data.