Skip to main content
Question

Hello! Am I able to run a Conformance analysis in Studio by using more than one process model?

  • August 3, 2023
  • 1 reply
  • 7 views

For example, let's say I'm analysing the conformance of my Incident management flow, but I need to distinguish per Service since I have different steps to be performed based on the type of the request. Can I set a specific process model per Service?

Thank you in advance!

 

Giulia

1 reply

  • August 4, 2023

Hi @giulia.cogli ,

maybe a simple solution for that, that you create another conformance sheet and you apply differeent Filters on the Sheet level depending on the service.

another solution you could use a PQL function CONFORMANCE:

  • Syntax:

CONFORMANCE ( activity_table.string_column, [ places ], [ transitions ], [ edges ], [ mapping ], [ start_places ], [ end_places ] )

READABLE ( conformance_query )

  • Description:

CONFORMANCE flags activities whether they are conformant with the given model. READABLE returns violation descriptions in English. To use the model from the conformance checker sheet, the CONFORMANCE query can be written to a variable.