Testing CMMN cases

Hi,

Is there any way to test my CMMN cases without buying the enterprise version? I’m a student trying to show the positive effects of CMMN and I’d like to create a PoC in which I can demonstrate CMMN and how it will aid them.

Kind regards,

T

Hi @kingspallett,

CMMN is supported by the community version as well. You can execute cases here, too. Only the cockpit plugin to view the cases is missing.

But you can get the data from the history with the rest api.

Hope this helps, Ingo

1 Like

And the community extension camunda-bpm-assert (https://github.com/camunda/camunda-bpm-assert) support nice unit tests with cases in last alpha release (2.0.0-alpha2). The library is availabe on maven central.

Thanks for the quick replies @Ingo_Richtsmeier.

My technical knowledge isn’t all that so I’m going to check it out and see if I can set it up. Thanks for the information!