Maybe I'm comparing potatoes with apples. I'm working with YAWL, a workflow language that is based on Petri net.
I'm at the very start of beginning to understand it, but there's a point that I doesn't catch: what is the difference of a "classic" clustered system - or a cloud or grid system - and a Petri net?
I mean, for example, what are the differences of a clustered system of a Django webapp, for example, and a webapp written in YAWL?
Edit
I found this business process management engine, Activiti, integrable in Spring Boot. What are the differences between a webapp written in YAWL and a webapp written in Spring Boot + Activiti?