Skip to main content

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

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.

 


Reply