Hi Celonis team,
If I have Activities ‘A’, ‘’B, ‘C’ , how do I confiugre the petri model inside the Conformance query found in CONFORMANCE?
If Synax is as per below, whee do I add A B C, provided A is starting activity and C ending activity?
NB: I don’t have a BPMN model.
CONFORMANCE ( activity_table.string_column, [ places ], [ transitions ], [ edges ], [ mapping ], [ start_places ], [ end_places ] )
I’ve tried the below without success, based on the examples from the website:
CONFORMANCE ( "ACTIVITY_TABLE"."ACTIVITY",[],[],[],
[['A' 'B'] ['B' 'C'] ], [], ['A'] , ['C' ] )
and
CONFORMANCE ( "ACTIVITY_TABLE"."ACTIVITY",[],[],["T_01" "T_02" ],
[['A' 'B'] ['B' 'C'] ], [['A' "T_02" ] ['C' "T_02" ]], ['A'] , ['C' ] )
Thank you again for your help!
Leonardo