Use output of one decision as input for another

Hello,
I’m new to DMN modelling and Camunda and I was wondering if it’s possible to use the output of one decision as an input for another decision.
I fabricated a very easy example (see picture): depending on the Mood determined in Decision 1, Decision 2 needs to pick the dish for dinner, is it possible to model this in Camunda?

Hi,

Absolutely you can. Have a look at Decision Requirements Graph guide…

regards

Rob

Hi, absolutely…just create a Business Process Model (BPMN) which runs one DMN and then the second (both set as Business Rule Task of Implementation Type “DMN”, and enter your Decsion Ref for the DMN). The variable “Mood” will be available for the second DMN.

e.g.

Let me know if this is not clearly explained… it is really easy to do.