11-04-2016 03:24 AM - edited 11-04-2016 03:26 AM
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)?
11-04-2016 04:01 AM
@CristianL. wrote:
[...] In that case can I call this callback only for a certain step type (sequence call in my case)?
Each type of callback (e.g. SequenceFilePostStepFailure) is called for all step types alike as soon as the calling constraint (in that example: the step gets the result status "Failed") is met.
However, the easiest way to accomplish your goal is using the callback SequenceFilePostResultListEntry and then filter (switch-case) the step type of the step which had this result list entry.
Norbert
11-09-2016 08:31 AM
Hi CristianL
i think this thread will help you
Regards
Juergen