Identifying a Workflow Process That a Runtime Event Starts

Use the following procedure to identify a Workflow Process that a runtime event starts.

To identify a Workflow Process that a runtime event starts

  1. Navigate to the Administration - Runtime Events screen, then the Events view.

  2. In the Events list, query for Action Set Name starting with Workflow_* and then drill down on the Action Set Name of one of the records returned.

  3. The Action Sets view that opens has the following sections: Actions and More Info.

    The Actions section lists the actions associated with the selected action set – an example action follows.

    The More Info section shows more detailed information about the selected action.

    Example action:

    Workflow_9SIA-D65JX_Go to User Prompt View_Process.DECISION

    Where:

    • 9SIA-D65JX is a ROW_ID representing a record in the S_RR_WORKFLOW table.

    • Go to User Prompt View is the name of a step in the Workflow Process.

    • DECISION indicates that the Workflow Process step type is a decision step.

    Note: There will be more than one record in the Actions list if you have either multiple versions of a Workflow Process or if there are further runtime events on other steps in the same Workflow Process.
  4. Query the S_RR_WORKFLOW table for the record with a ROW_ID of 9SIA-D65JX to determine the name of the Workflow Process.

    SELECT NAME FROM S_RR_WORKFLOW WHERE ROW_ID = '9SIA-D65JX'