Hi,
In one of the examples related with custom error handling, I found a step which set CancleStepCallback flag with the comment "This callback handles the error, suppress any other error callbacks for this step.". I understand that if I use for example runtime error callback and post step callback and error callback cancels further callbacks with CancleStepCallback flag, the post step callback will not be called. That how I understand that but I skipped the step for canceling step callbacks and post step is still not calling.
Is this becouse SequenceFilePostStepRuntimeError cancels SequenceFilePostStep under the hood?