[jboss-user] [JBoss jBPM] - Re: why swimlane in start-task not assigned ?

joy_wind do-not-reply at jboss.com
Mon Jun 16 20:37:49 EDT 2008


kukeltje,thanks for your response.

I found the problem can be solved by explicitly creating a start task:
ProcessInstance pi = pdf.createProcessInstance();
  | pi.getTaskMgmtInstance().createStartTaskInstance();
only this way the jbpm will create a initiator swimlane instance.

there must be some consideration of jbpm team which make them not let jbpm create the initiator swimlance by just start the new process instance.
Anyway,create start task is not a big trouble and i will do so.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158544#4158544

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158544



More information about the jboss-user mailing list