Create a Process Mining Output

To create a Process Mining Output, you must first create a Process Mining Connection

The Process Mining Output is used to create a Insights Process Map.

Create an Output for Process Mining in Hero Platform_

  1. Open Hero Platform_.
  2. Open Integration from the navigation menu and select Outputs.

  3. Click Create New Output.

  4. Give the Output a name and select a Process Mining Connection.
  5. Configure the Process Mining Output data.

    • Click Add field to enter field names and data types
      • Required fields: 
        • activity - A name of an action or activity being performed at the given step.
        • group_id - A unique identifier of the object being tracked through the process. (E.g. invoice ID, a user ID, a login, etc…)
        • timestamp - The time the action was performed.
      • Note: To create an AI Model from a process map, an additional field (metadata) in the mapping table is required as well as the three fields listed above. 
    • From the field mapping table:
      • Confirm or change field names.
      • Confirm or change field data types.
      • Remove or confirm the arrangement of fields. (The fields "activity", "group_id", and "timestamp" are required and cannot be altered or removed.)
    • Click OK to save the Output.



Null Values

A Flow can be configured for either strict or forgiving mode in the settings.

Strict:

  • If the required fields in the Output contain null values, the Flow will fail and give an exception and the message "This data contains null values for some required field(s). Every record needs accurate group, activity, and timestamp values in order to create an accurate process map.”

Forgiving:

  • If the required fields in the Output contain null values, the Flow will ignore null values.