Skip to main content
Question

How to reset Conformance checking readable results mapping?

  • March 14, 2026
  • 3 replies
  • 42 views

joos.buijs
Level 10
Forum|alt.badge.img+9

Hi everyone,

I'm using the Conformance Checking feature in Analysis to model a process and run conformance checks on a case‑filtered event log (since multiple processes are included in the same dataset).

When I switch to another process variant and upload a new process model, the Readable conformance explanations start referencing incorrect activity names. However, the underlying conformance checker results still show correct explanations.

It seems related to the REMAP_INTS function that runs in the background, creating a temporary INT column on the activities table and mapping these integers to activity names. My assumption is that this mapping is not being refreshed when switching filters or uploading a new model.

My main question:
→ How can I reset the Readable conformance results after changing filters or uploading a new model?

Secondary question:
→ Is there a way to force a reset of the temporary INT mapping column in the activities table?

Any insights or workarounds are appreciated!

3 replies

abhishek.chatu14
Level 11
Forum|alt.badge.img+8

Can you not create different sheets for each of these conformance process? That should solve your problem


taylorbrooks
Level 2
Forum|alt.badge.img

The REMAP_INTS cache issue you're seeing is a known quirk when switching between filtered views.

 

Quickest fix: force a Knowledge Model refresh by toggling the conformance feature off then back on in your Analysis settings. This clears the INT mapping and rebuilds it for your current filter context.

 

If that doesn't stick, try duplicating the Analysis as a template - the fresh instance will rebuild mappings from scratch.

 

For a permanent solution, consider segmenting your processes into separate Data Models at the data connection level rather than relying on case filters in a single model. That way each process gets its own clean REMAP_INTS scope.

 

Let me know if the toggle approach works for your setup.


joos.buijs
Level 10
Forum|alt.badge.img+9
  • Author
  • Level 10
  • March 24, 2026

Thanks for your extensive reply Taylor.

I'm however not completely certain what you mean with “force a Knowledge Model refresh by toggling the conformance feature off then back on in your Analysis settings.”. I can't find this setting in the analysis configuration (which does show options like ‘don't use variants while calculating diagrams’ (translated from non-English locale so wording might differ)). 

Looking forward to a bit further guidance.