Thanks Gavin,
That worked as well.
Now I just have to go away and work out the relationship between a conversation
context and the business process context so I know why it worked !
Cheers,
Simon
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951808#395180
Hi Gavin,
That worked. The business process context now picks up the correct process /
task.
(I got rid of the @BeginTask annotation on the method)
My app sets the task and then navigates to a new page to work on this task,
however the business process context seems to get reset by the next ev
Thanks Gavin, I'll give that a try
btw, is it really 3 in the morning over there ? You guys really take your 24 /
7 support seriously ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951035#3951035
Reply to the post :
http://www.jboss.com/index.html?modu
Hi,
Can anyone suggest a good way to programatically set the taskId of the current
BUSINESS_PROCESS context in my Seam app ?
i.e. I have a method that returns me the taskInstance and I need the next
@BeginTask annotated method to begin processing this particular task.
View the original post :