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:
CONFORMANCE ( activity_table.string_column, places ], transitions ], edges ], mapping ], start_places ], end_places ] )
READABLE ( conformance_query )
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.