Hi
I tried to launch an simple BPM with an DMN contains an variable named “nameinp”
But nothingprocess.bpmn (4.6 KB) testDmn1.bpmn (5.6 KB) Where is my mistake ?
Regards
Hi
I tried to launch an simple BPM with an DMN contains an variable named “nameinp”
But nothingprocess.bpmn (4.6 KB) testDmn1.bpmn (5.6 KB) Where is my mistake ?
Regards
Well, one of the models should probably be a DMN table.
Ok i have resolved problem
in DMN text variable are not with quote like “testvalue” and not testvalue
My second problem was in return gateway, test on boolean result need string test too
(${DMNResult1 == false || DMNResult1== “false”} even if DMNResult1 output is boolean type in DMN