Ashley Fernandes [
https://community.jboss.org/people/callingashley] created the
discussion
"JBPM5.3 Result Mapping"
To view the discussion, visit:
https://community.jboss.org/message/755389#755389
--------------------------------------------------------------
Hi,
On Task completion, my Result is not getting mapped back to a Process Variable.
*Code*
Map<String, Object> params1 = new HashMap<String, Object>();
PartyOnBoardingObjectJ partyOnBoardingObjectJ1 = new PartyOnBoardingObjectJ();
partyOnBoardingObjectJ1.setStage("INTIATION COMPLETED");
params1.put("partyOnBoardingObjectJ1", partyOnBoardingObjectJ1);
taskService.completeWithResults(task.getId(), "john", params1);
*Screen shots*
*
*
*1. Process Variables*
*
*
*3. Script Task+Console Out
*
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/755389#755389]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]