Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: jBPM5 passing and Getting the values from Work Items" To view the discussion, visit: https://community.jboss.org/message/745438#745438 -------------------------------------------------------------- You should map result of the first work item into process variable using dataOutputAssociation and then get the process variable and map it into work item parameter using dataInputAssociation. Take a look at https://github.com/droolsjbpm/jbpm/blob/master/jbpm-examples/src/main/resources/humantask/HumanTask.bpmn HumanTask processes for input assiciation examples and https://github.com/droolsjbpm/jbpm/blob/master/jbpm-examples/src/main/resources/junit/BPMN2-ServiceProcess.bpmn2 ServiceProcess for output association. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/745438#745438] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
