Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @nthampi , @TRF , @manodwhb , @vapukov
I have a scenario, where I need to handle the errors of the entire job (at each component level when there is an occurrence). In this case, the job should run ignoring all the errors at first. That being said, the job shouldn't fail or stop its execution. Thereafter, when the job is completed the errors should be captured in a consolidated manner.
Any idea how to handle such kinda situation?
Thanks in advance!
Regards,
Dipanjan
Will this kind of flow help? this way you could capture success and failure and job will not stop.