I am using Spring Web Flow 2.0. Could anyone please let me know how to access flow scoped variables outside spring web flow, may be in servlet, filter or mvc controller ?
I tried to use flow execution key to get the FlowExecution from flow repository, but it always returns null, which I found found here, http://www.ervacon.com/products/swf/tips/tip1.html. But, It does not seem to be working.