I read about webflow in Grails, and the purpose is mainlyfor wizard like data gathering which has limited lifetime. The scopes (flow/conversation) are alive till the webflow and persist the data at the end of it. I'm wondering about a similar implementation where data is persisted after certain step. Say creating a call ticket for support. If the user lose the session (logout before completion/ close the client ... ), the flow needed to continue from the last state. Is there an easy sol than custom tracking the status.
Another good example is the tax filing softwares available online (turbotax). They let u go back any time, and keep the status of the process.
thanks a lot. Babu.