All the examples I've seen map basic types. I mapped a POJO to a Service Task following the example of examples.junit
testServiceTask() (which maps a string). When I debug the Service Task the operation method is called but the POJO parameter is null.
Can a POJO be parameter and result mapped? Is there an example showing how?
I did this in the XML editor of the BPMN file because the Process Editor doesn't save my changes.