Use the BPMN model API to check conditions in a process?

Hi,

i’m new to Camunda and I’d like to know if it’s possible to use the model api to check some conditions in a Process, for example “Exclusive Gateway where no condition defined” exists in the process. Is it possible to do this with the camunda model api and how? Or is there some Documentation or tutorial on how to use the Model Api?
I’ll be grateful for any information.

Regards,
Elousha

Sounds like you want to test your model using the Java API.
If so, take a look at this really great community extension: https://github.com/camunda/camunda-bpm-assert

Thank you very much Niall, if I should find any missing information in my Process using the Camunda Assert extenson, is it possible to add the missing information ( or bpmn objects) to the bpmn file using java ( i. e. without using any modeler)?