Hi,
I have a use case
i have multiple decision tables ( DMN's) for each country and i need to process each table based on whether the input request has which country.
I wanted to orchestrate this decisioning using BPMN.
But the problem is e.g. I have a data type associated with the DMN i.e. part of DMN.
Its attached here.
IN BPMN , when i create a task & convert that into business rule to trigger the DMN, i will have to define input/ output in the data assignment section.
Now, the request/response are part of DMN as a itemdefinition, hence there is no POJO/class created for these itemdefinitions. So how can i refer them here in BPMN, without creating classes wrt to them.
Regards
Rishab