Skip to main content

Celonis Product Documentation

Creating your PAM target model

Important

All Process Adherence Manager assets created before 2024-07-11 which were not subsequently re-created have been irretrievably removed. For more information, contact Support.

Creating your PAM baseline model
  1. In the Celonis Platform, create a package containing a knowledge model in your Studio space.

  2. Select Add asset >Process Adherence Manager.

    PAM_NEW_create_an_adherence_analysis.png
  3. Enter a name for your Process Adherence Manager.

  4. Select your knowledge model from the dropdown list.

    PAM_NEW_select_a_knowledge_model.png
  5. Click Create.

    The Target Model Editor screen appears.

    PAM_New_model_miner.png
  6. If you want:

    1. Process Adherence Manager to create your baseline model, select Start mining.

      Your baseline model is created and opens in the Model Miner screen.

    2. To use your own BPMN model as a baseline model, see Importing a BPMN file.

Importing a BPMN file into PAM
  1. Check your BPMN file meets the BPMN file prerequisites.

  2. Check your BPMN file against the BPMN file limitations.

  3. Drag and drop your BPMN file to Import BMPN File or browse to select your BPMN file.

    The Import BPMN File: Step 1 screen appears.

    PAM_NEW_STEP_1.png
  4. Select the event log that contains the data for your imported BPMN model from the list.

    PAM_NEW_STEP_1-2.png
  5. Click Next: Map activities.

    The Import BPMN File: Step 2 screen appears.

  6. Map each activity in your BPMN file to an event in the selected event log.

    PAM_NEW_STEP_2.png

    Note

    If some of your activities don't map to events, leave them unmapped.

  7. Click Import.

    Your BPMN model opens in the Target Model Editor.

    PAM_NEW_Create_model.png
  8. Click Save and Continue.

    Your BPMN model opens in the Explore deviations screen.

    PAM_NEW_BPMN_export_model.png
  9. Check conformance and analyze deviations.

Note

After checking your BPMN file for conformance and analyzing any deviations, you can export it from Process Adherence Manager so you can use it in other systems. For more information, see Exporting a BPMN model.

PAM BPMN file prerequisites

Your BPMN file must:

  • Be less than 5MB in size.

  • Include at least one task or event, with each task or event having a unique name.

  • Have a unique start event and a unique end event.

  • Have all flow nodes accessible from the start event in the direction indicated by the flow arrows.

  • Have its end event accessible from every flow node in the direction indicated by the flow arrows.

  • Include supported BPMN elements only.

BPMN elements supported in Process Adherence Manager

Important

If unsupported BPMN elements are included in your BPMN file, the BPMN file import will typically stop and an error will display.

Element

Supported?

Further information

Exclusive choice gateways

Parallel/And gateways

Yes

Each gateway must have one of:

  • A single incoming sequence flow and a single outgoing sequence flow.

  • A single incoming sequence flow and multiple outgoing sequence flows (single entry).

  • Multiple incoming sequence flows but one single outgoing sequence flow (single exit).

Event

Yes, except boundary events.

  • Start and end events are interpreted as event log start and event log end.

  • Intermediate events are interpreted as Celonis events and are named using the event name field.

  • Boundary events are not supported and will stop the import wth an error.

Task

Yes

  • Tasks are interpreted as Celonis events and are named using the task name field.

  • Tasks with a loop marker or multi-instance characteristic are interpreted as self-loops.

  • All other task types, markers and characteristics are not supported and will be ignored but the BPMN file import will not be disrupted.

Flow

Sequence flows only.

All other flow types are not supported and will be ignored but the BPMN file import will not be disrupted.

Note

Call activities, sub-processes and transactions are not supported. We recommend removing any call activities, sub-processes and transactions from your flow and integrating their content directly into your model.

Limitations for BPMN files in Process Adherence Manager
  1. You cannot edit imported BPMN models in the Process Adherence Manager Model Editor.

  2. You can only select one event log for your imported BPMN model.

  3. BPMN models that contain more than 16 tasks/events in parallel may be rejected due to state space limitations.