I have created a Custom Task in my BPMN and have written a handler extending KogitoWorkItemHandler. The input values were obtained as the parameters and the result was pushed back as a Map<String, Object>
. This was working fine in case of an single varaible.
When in case using multiple custom object inputs and expecting multiple custom object outputs, how to identify the specific output variable name corresponding to the same custom object as input, so that it can be assigned correctly?