0 Replies Latest reply on Jul 5, 2007 8:23 AM by neoko

    @StartTask and nested conversation with a pageflow

    neoko

      Hi :) I have a problem when i start a jBPM task in a page and then, in a different page, i begin a nested conversation in order to load a pageflow. After doing this, i'd like to go back to the first page after ending both conversations but it doesn't go that page.
      I've tried many things like calling a method with a @EndTask annotation but the debugger doesn't execute this method. I guess it's because there is some kind of problem with the nested conversation.
      Also, i tried to kill the nested conversation inside the pageflow and go back to the first page but the nested conversation didn't end.
      Anyone can help me?