How to send results of a DMN table along BPMN tasks

Hi there,
I am working on a project where we combine DMN and BPMN to create an online form to be filled in. Depending on the inputs along th questionnaire, different outputs shall be given at the end of the process. The question I am currently asking myself is: How can I define in BPMN on how to proceed depending on the output of the DMN table given?
Example: I have a business rule task “Decide on Type of Delay” where the output depends on the hours of the delay ([0…2] = Delay and [3…] = Long Delay). In case of a “Delay” I want the process to be terminated. In case of “Long Delay”, I would like to continue.
grafik

Thank you :slight_smile:

Norman

Can you upload the BPMN and DMN models?

Hello Niall,
Yes. Please find them attached. Please overlook the fact that the model does not correspond 100% to the convention. My colleague and I are just in the orientation phase and get to know DMN and BPMN in the context of a university project on legal tech.

The screenshot above is taken from the process path “Type of Claim” → “Delay”.

DocumentCreation.bpmn (50.2 KB) typeOfDelay.dmn (1.3 KB)