
Originally Posted by
Peter Gibbons
Are they part of the same or separate executions? I haven't seen this exact scenario, but I'll offer a guess.... Perhaps you have your max-executions set too high, or the default is 5, so perhaps it is using that. If you truly want minimal "remembering" of the flow state then you need to set max-executions to 1 and max-execution-snapshots to 0. This *should* keep around just 1 execution with 1 snapshot and discard each time you move around (I say should because spring often surprises me with its behaviour).