Use DMN in BPMN model

Hi. I have process and DMN-table

Test.dmn (887 Bytes)
process.bpmn (4.6 KB)
When i try run it after user form i get error:

An error happend while submitting the task form :
DMN-01002 Unable to evaluate expression for language ‘juel’: ‘${Name}’

I cant figure out what wrong with this dmn. Can enybody give direction?

The DMN table expects a variable “Name” that doesnt exist, because the Form Field in your UserTask has some random ID. The ID will actually end up as the process variable name. So try to rename the FormFieldId to “Name”. This should do the trick.

3 Likes

Thanks, you help me!

1 Like

Hi

Do you have complete running sample ?

Regards