Hi
Please share sample DMN with Multiple Output columns and how these outputs will be passed to next process instance.
Hi @santhosh,
the mapping of the decision result to a process variable is configurable. If you have a decision table with two or more outputs - but only a single rule that can match then you can use the predefined mapping ‘singleResult’. The variable will contain a map with one entry for each output.
You can find more details in the docs:
- https://docs.camunda.org/manual/7.8/reference/bpmn20/tasks/business-rule-task/
- https://docs.camunda.org/manual/7.8/user-guide/process-engine/decisions/bpmn-cmmn/#the-decision-result
Does this help you?
Best regards,
Philipp
Do you hava any sample dmn and bpmn examples for this?
1 Like
Hi
I search tihs sample too
Regards