Closed solterbeck closed 3 years ago
Dear solterbeck,
If you can obtain a process tree out of the BPMN, you can use the extensive playout of the process tree to get all the combinations.
Please take a look at the "Extensive playout" section in https://pm4py.fit.fraunhofer.de/documentation#simulation
Dear Alessandro,
thanks for your quick answer. It works.
Hi PM4PY guys,
I appreciate your great work very much. One question I have:
Is there any chance to get a list of the possible allowed sequences from a BPMN file? My current approach is:
Code snippet:
Statistically I can assume, that getting a log of 100000 events would meet all possible sequences. How can I then make sure, getting all sequences? Did I oversee an another possibility?
Thanks and best regards Sven