I am creating a flow, where user would be redirected to a payment service and when he returns back to flow after completing payment,the flow should be resumed to next step.
Graild docs says, redirect ends the flow. Is there a way to achieve this with grails web flow ?
How could this be done in pure spring webflow otherwise.