-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
petrinet to bpmn #487
Comments
Dear @Dehghanpour1990 You can use the commands: import pm4py bpmn_graph = pm4py.convert_to_bpmn(net, initial_marking, final_marking) |
Dear @fit-alessandro-berti, |
Yes, any Petri net object in pm4py |
@fit-alessandro-berti |
Hi, I have a code generating a Petri net as a dictionary. Now I want to convert it to a BPMN file and save it as .bpmn. How can I do it?
The text was updated successfully, but these errors were encountered: