[jboss-user] [JBoss jBPM] - Re: Does AssignmentHandler work within the start node??

2008-11-26 Thread mputz
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,

[jboss-user] [JBoss jBPM] - Re: Does AssignmentHandler work within the start node??

2008-11-26 Thread ardavan
Thank you for your reply Martin. I checked the javadoc - I believed that at the creation of my TaskInstance object, the actorID parameter would be null but that because this assertion is true: | TaskInstance taskInstance = createNewProcessInstance(); |