cancel
Showing results for 
Search instead for 
Did you mean: 

Setting to continue job execution after failure?

craigsmith
Explorer
0 Kudos
314

Is there a setting to have a job continue running to completion even when a data flow fails? We have jobs with many data flows organized into sequential work flows, and we would like the job to continue running even after a data flow fails. Currently it will stop when the work flow the failed data flow is in finishes. We would like the job to still report a failure, but only after it is complete.

View Entire Topic
RichS
Participant
0 Kudos

I don't think there is a setting to accomplish this but you could restructure the job(s) and add try/catch blocks with appropriate error handling. There is plenty of content available on this topic.

craigsmith
Explorer
0 Kudos

Thanks, that is a good idea, better than the only alternative I could think of, which was splitting the jobs into smaller pieces.