Trigger input event on decision table in Modeler

Hi there,

we use the Modeler for the decision tables in our company. The users fill and edit the decision table within the modeler and then save and “push” it to the bpmn-engine.

Is it possible to trigger events on the modeler like edition the outputs - like the event change?

For example:
In Germany we hae the notation of numbers like “1.000,99”, but camunda needs it in US-format. If I am able to trigger the event, I will be able to do a checkup and clean up wrong inputs and so on.

Kind Regards

Florian

@FlorianW Triggering an event in the desktop modeler is not provided out of the box. If you want to accomplish that behaviour, i would suggest you to use https://bpmn.io/ which is JavaScript library which you can integrate with Angular/React frameworks to trigger event based on user inputs while modelling the DMN.

BPMN JS library can be found here:

Queries on how to use bpmn.io can be discussed here: https://forum.bpmn.io/

Thanks a lot for your response.
This was my fault… of course we still use bpmn.io as the Javascript tool in our applications.
So I would post my question in the right forum.

Kind Regards

1 Like