I have a method as follows, it ends my conversation, creates an instance of my process
and signals the token to Begin the first task
@End
| @CreateProcess(definition = "changerequestprocess")
| @BeginTask
| public String submitTicket() {.....}
...I was wondering if i could get a hold of the taskId associated with the @BeginTask.
Cheers
Harpritt
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065378#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...