
according to the screenshot of the DMN model in your original email,
in the BPMN process,
the Name must respect the node in the DMN hence shall be capitalized,
eg: you need to Data Inputs :
Name = Consent [with capital C, this is the name in the target DMN model]
Data Outputs
Name = Order [with capital O, this is the name in the target DMN model]
please notice the DMN model has no notion of Java classes but uses ItemDefinition, so on Kogito, the Data Type of the output will always be a Map.
The feature that automatically coerce to Pojo inside of the jBPM engine is available AFAIK only on jBPM v7, not Kogito.
But my colleagues from Process squad can advise better than me, also in light of the "Kogito incubation API" work
Hope this helps,
MM