BPMN simulator

I have a very large process that I want to test using the simulator. are there any utilities available for simulation?

What exactly do you expect from simulation?

If you just want to check if your model is working correctly, you could check out this project

or maybe this project
http://play.camunda.org/

From the Java perspective, the best would be to write Junit Tests for your process - which is very simple using camunda.

Best
Felix

2 Likes