[jbpm-users] [JBoss jBPM] - Re: Does AssignmentHandler work within the start node??

mputz do-not-reply at jboss.com
Wed Nov 26 04:08:44 EST 2008


anonymous wrote : Why does taskInstance.getActorId() in method testSubmissionTask() equal null 

Your assignment handler will never be called when the TaskMgmtInstance.createStartTaskInstance() is used, have a look at the javadocs:


  |   /**
  |    * creates a task instance on the rootToken, and assigns it 
  |    * to the currently authenticated user.
  |    */
  |   public TaskInstance createStartTaskInstance() {
  | 

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

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



More information about the jbpm-users mailing list