Check xml for possible deploy

Hi, camunda engine validate all deployments before deploy and output error to console, if some of diagrams has problems. How i can run this check standalone, without deploy?

The easiest way would be to spin up the engine locally in memory and use JUnit to run through the process instance. With the Camunda Asserts Lib it’s really quite easy.

Luckily @tmetzke a great talk about how to use it a little while ago. It’s worth watching.

2 Likes

Nice. Can i emplement it runtime, not test scoupe?