How to skip 2nd dataflow and continue process of job in bods

​Hi Experts,
I have requirement such as I have a job it contains 3 dataflows. When I execute a job,1 dataflow was success and 2 nd data flow was failed. but my job should not stop here. Job should be skip 2nd data flow and process 3rd data flow and complete the job.
Can anyone provide how to do this requirement.
I hope you understand my requirement.

Thanks,Murali


ursfriend77 (BOB member since 2011-03-02)

Put a try-catch combination around the data flows that you want to skip if they fail and in the catch, do not re-raise the exception.

  • E

eepjr24 :us: (BOB member since 2005-09-16)