How non-technical people could edit BPMN or DMN?

Hey!

In my current company we use Camunda to evaluate risk analysis decisions. We usually model our rules using DMNs, and as we need to unit test it and deploy, it’s always necessary to go through our development pipeline whenever we need to change any simple rule/param.

How could I give more autonomy to our business analysts/non-technical people so they can change, create or remove, for example, a DMN param without having to touch code to update or create tests?

Hi @AnnaNee,

there are some Community Solutions available to bring the tests closer to the Business People that know the rules best:

David Ibl created an open source DMN Manager: DMN Manager - an extended DMN modelling toolkit | Medium

Pascal Mengelt tried a different approach: https://github.com/camunda-community-hub/camunda-dmn-tester

Maybe there are more approaches available.

Hope this helps, Ingo