Invoke DMN from BPM

Hi all,

I want to link a Business Rule Task to a decision table which is deployed on my local server. How exactly is this achieved? What I tried is set the deicion_ref to the same id as my decision table. When the running process reaches the decision table nothing happens. Do I have to define input/output for the business rule task in order to use the decision table in the process ? Or do I have to place a user task before the business rule task ? I only found a way to do this in Java. Both the decision model and bpm file were deployed over rest to the server without creating a war file.

Yes you set your input and outputs. The names of the inputs and outputs should match the input and outputs in the dmn.

1 Like

Hi @Haminou_M,

please take a look at the reference guide. It describes how to use a business rule task.

Does this help you?

Best regards,
Philipp