Demian Calcaprina [http://community.jboss.org/people/calca] created the 
discussion

"Re: passing objects between tasks"

To view the discussion, visit: http://community.jboss.org/message/615093#615093

--------------------------------------------------------------
Hi badda,

When definning the bpmn, you see in the xml:
<task id="_5" name="MyTask" tns:taskName="*task1*">

And then you map this task name to the workItemHandler:
ksession.getWorkItemManager().registerWorkItemHandler(
    "task1", new WorkItemHandler1()

Demian
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/615093#615093]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to