Results 1 to 4 of 4

Thread: Springwebflow in Loadbalanced environment(Network loadbalance)

  1. #1
    Join Date
    Oct 2009
    Posts
    7

    Default Springwebflow in Loadbalanced environment(Network loadbalance)

    How to maintain the springWeblow in the loadbalanced env. And also in the middle of the mainflow i need to call subflow to contact external system & then continue the mainflow in that case how i will maintain the flowscope object when i contacted with external system

  2. #2
    Join Date
    Nov 2008
    Posts
    742

    Default

    Can't help on the loadbalancing.

    However, for the external system if you're leaving the page, you'll need some way to pass a continuation URL which should include the event ID to drive a transition. That way, once you're done on the external site, it will redirect to the continuation URL, resuming your flow and driving your next transition.

  3. #3
    Join Date
    Oct 2009
    Posts
    7

    Default Spring FlowExecution storage & Restoration in DB..

    Hi

    Thanks for ur information.. can you pls suggest me how to store & restore the spring flowExecution in DB.. this will solve our Loadbalance issues...

    Pls suggest me...

  4. #4
    Join Date
    Nov 2008
    Posts
    742

    Default

    Sorry, I've got no experience with this case. I'd help if I could. Good luck!

Posting Permissions

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