Post a reply

Write your message and submit

Options

Click in the dark area of the image to send your post.

Go back

Topic review (newest first)

pedro
2012-05-31 08:12:00

Hi

If a subjob gets an error, it will stop the entire job.
Here is a workaround. Create job as seen below.
Child job:
Subjob1
     |
OnsubjobError
     |
Subjob2

Mainjob:
tFlowtoIterate-->tRunjob(child job)

Do not select "Die on child error" option on tRunjob.

Regards,
Pedro

karthikj18
2012-05-31 07:39:11

Hi,
I have a package consist of tflowtoIterate and the sub job. There is a onSubJobError connected to tflowtoiterate component to another sub job.

tFlowtoIterate -- > iterate --> Sub job1
    |
    |
    V
OnSubJobError
   |
   |
   V
Sub job2

If the subjob1 fails it triggers the subjob2, but after the subjob2 executed, the job is get exit.

My concern is, after the execution of subjob2, the tFlowtoIterate should continue to its next loop in the package.

Is there any way to achieve this?

Board footer

Powered by FluxBB