Basically I want to access Locals.ResultList entry for that step, FROM that step.
For example, I would like in post actions of that sequence call to do something with the sequence call results.
Are they filled at that time? Is there another point where to get the results in the same step?
I susspect the proper time would be at: Call Post-ResultList Entry Engine callback. In that case can I call this callback only for a certain step type (sequence call in my case)?