Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execution Plan error handling

I am setting up an execution plan to kick off a job, and working on error handling.

 

Flow: Job1 -> On Failure: Job1 

will start the failure job straight away, this is not ideal as we want it to wait 15 minutes before retrying.

 

I built a simple job which waits for 15 minutes and published to Cloud, and built the below plan. However on failure both start at the same time.

Flow: Job1 -> On Failure: SimpleLoop, Job1

 

How do i create a plan so that on failure, SimpleLoop starts, and once finished Job1 starts again?

 

 

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello,

Have you already checked online user guide about:TalendHelpCenter: Planning the execution of data integration Jobs?

Best regards

Sabrina