[jboss-user] [JBoss jBPM] - Re: Get Task Name in a ActionHandler

2008-06-16 Thread Fornachari
Thanks a lot for the help Octomac. I'll try it. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4158445#4158445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4158445 ___

[jboss-user] [JBoss jBPM] - Re: Get Task Name in a ActionHandler

2008-06-16 Thread Octomac
The task name (and I'm guessing a bit at this point) might be null there because you've already passed out of the task node at the point where your handler is getting called. One workaround solution that comes to mind is to have an action on the nodeEnter event of your task node that stores