How You Configure Analytics Task Type in Journeys

The Analytics task action type in a journey enables task performers to view an OTBI analysis when performing the task.

For example, a Human Resources (HR) specialist can view all the data collected as part of the recruiting process or view the performance rating report during an exit interview.

Ensure that you provide task performers access to the OTBI analysis, otherwise they can't view the analysis.

Task Type Use

  • Specify the OTBI analysis path and parameter to display analytics.
  • When setting up the task, you can specify the type of analysis parameters you want to pass at run time. You need to pass the parameters in the OTBI Analysis Path field with the name of the attribute in the OTBI subject area along with the object name.

Task Type Example

View the analysis displaying person journey details in a guided journey task. The OTBI Analysis path for this example would be something like this:
/shared/Custom/Human Capital Management/Person Checklist Details/Checklist Category Heatmap?&col1="Worker"."Person ID"&val2={PersonId}
Here's another sample URL that passes the Assignment ID and Person ID parameters:
/shared/Custom/Human Capital Management/Workflow Notifications/Checklist Category Heatmap?&col1="Worker"."Assignment ID"&val1={AssignmentId}&col2="Worker"."Person ID"&val2={PersonId}
Here are a few points to consider about the Analytics task type:
  • Currently, only the Person ID and Assignment ID parameters are supported on HCM pages.
  • It's available only for guided journeys.