Hi,
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.
I am using SWF 2.0. Please help to solve this !.


Reply With Quote