I need to start a nested conversation and move/redirect to a specific page 
after a specific jbpm task is started.
I wrote this method 

  | @Begin(nested = true)
  | @Observer("org.jboss.seam.startTask.task1")
  | public void start() {
  | ...
  |             
  | }
  | 
inside I try to use Redirect but I think that conversation doesn't start or 
propagate...
Any solution.....?
Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4023302#4023302

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4023302
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to