0 Replies Latest reply on Feb 27, 2007 4:58 PM by manuel.gentile

    Events, redirect && jbpm

    manuel.gentile

      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