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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...