ProcessEngineException when using Postman and Camunda

Hi,

I followed Niall tutorial on Camunda Rest API:
[Tutorial: How to Use Camunda's Rest API (Video 4) - YouTube]

I started the server from Eclipse, using the pom.xml from http://start.camunda.com/

Then when using Postman and sending the Post I get the following:

Could use please help me on this one, I’m a new Camunda user, thanks

Looks like your model is missing a condition on the sequence flow.
Can you upload your model?

Thanks to your suggestion I rechecked the xor node and realized a condition was missing, now it works! great!

1 Like