JBoss Community

Re: passing objects between tasks

created by Demian Calcaprina in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community