Results 1 to 2 of 2

Thread: How to return to the same flow (flowExecutionKey)?

Threaded View

  1. #1

    Default How to return to the same flow (flowExecutionKey)?

    I have an application where one part is SWF, and another part is Spring MVC. When I access the non-SWF parts and then return to the SWF part (by clicking on a link), I would like to return back to the same flow execution that I did leave (in my case a result view, instead of a blank input view (= new conversation)). How could this be achieved?

    I have tried the ideas from http://www.ervacon.com/products/swf/tips/tip1.html, but this gave me the flowExecutionKey for the next conversation, and not the old/existing flowExecutionKey (which I hoped could give me access to the conversation that I left, f.ex by appending &_flowExecutionKey=<c:out value="${fkey}"/> to the link that goes to the SWF part).
    Last edited by mortenhaugen; May 23rd, 2007 at 04:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •