Quoting a book I am currently reading:
flow stores objects for the scope of the flow, removing them when the flow reaches an end state
I would like to know if the objects are removed just before launching the end state or after executing/returning from the state ?
Secondly, do the information from GSP <g:form>s get automatically stored in the flow map? If so, can I reference those values in the GSP to set the existing values to the appropriate <input>s?
All this leads to one final question - can I collect user input at many stages (views) and process them only in one, final stage?