We are having a DMN table and we call the DMN table directly via decisionService
.evaluateDecisionByKey() and there is no process involved . We are having couple of variables which we are setting via the VariableMap before calling the DMN table . We want to leverage few of the variables passed in the “OUTPUT” of the DMN table . This doesnt seem to work . PFB the sample file . Do let us know if this is something that is suported . I tried in the DMN simulator and it gives the same issue . VariableinOutputDMN.dmn (1.4 KB)
Thanks for your comments . I have corrected the spelling mistake .My requirement is to build dynamic output text using few input variables . For example if the “ActivityType” is 'Run" the out put should be " Activitiy Initiated for Run " . Is this not supported ?
Hi @Ingo_Richtsmeier , I have tried what you have suggested by changing it to Javascript and I still keep getting the error . Please find below the screenshot of the DMN simulator . I made sure there are no spelling mistakes this time . Please let me know if there is anything else i need to do .
Hi @Ingo_Richtsmeier - Thanks for being patient with me and providing your inputs . Once i changed input to JUEL + input expression and the output to Javascript it started working .