Is it possible to start at a specific view-state in a flow?
What I need is a checkout and a express checkout flow. The only thing different between the two is that on the express checkout I need to start towards the end of the flow. By default Spring WebFlow starts the flow beginning with the first view. Is it possible to somehow define which view we want to start at?
If not the only way I can think to do it is copy and paste the checkout flow and put the view I need at the top. I saw the inheritance with WebFlow, but it comes with its own rules and I really just want to start somewhere else in the flow.
-Jeff Johnston


Reply With Quote
.
