Validate model

Hi,

how to validate a model (without using any code) ?

Thanks,

Michel

Validate it in what way exactly?

If BPMN conform

If you build a BPMN process model in the Camunda Modeler it will be BPMN 2.0 complaint.
It has built in validation to ensure you cannot connect or place symbols in an invalid state.

What it will NOT check for are run-time issues.Things like deadlocks and infinite loops.

2 Likes

Niall, thanks oa lot ! Michel