Got a reply form Erwin on the ‘do what is best’ thing:
Interesting idea to have it automatically select request or session based
storage. I added pluggable FlowExecutionStorage strategies this morning
so this would be trivial to do.Also, I implemented a “client side flow execution” storage strategy and it
is just encoding the entire flow execution in the flowExecutionId. No need
for any special handling in the views, the storage strategy is completely
pluggable!
Cool. I went camping this weekend so, STILL haven’t dug deep.