cancel
Showing results for 
Search instead for 
Did you mean: 

Redwood group box not showing as Error

Former Member
0 Kudos


Redwood group box is not showing as error even some of the subboxes under the main box fails.

Please help to resolve this issue.

I need to show the group box as error even if any subboxes job fails .

Please help me to resolve this issue.

Please share if anyone have idea about Redwood.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
nanda_kumar21
Active Contributor
0 Kudos

In your screenshot, the status handler still shows that "On Error" - Continue, You have to change that.

In the status handler section, except for on Completed, for all the other options set it to Raise error and also the exit code. You have to do that for all the steps that you need to reflect this scenario.

Also make sure to reschedule the job. Changing the job chain definition doesn't automatically reflect in the schedule. So you have to cancel the existing schedule and then reschedule the job.

Thanks

Nanda

Former Member
0 Kudos

If I set it to Raise error and also the exit code , if it failed in step 1 then it will not go to step2 ... step2 will be as chained..


nanda_kumar21
Active Contributor
0 Kudos

No, when you raise error, the whole chain will go into error.

thanks

Nanda

nanda_kumar21
Active Contributor
0 Kudos

I assume you are calling the job chain as group box and steps as sub boxes.

Check the status handlers located on the right hand side for each step (subbox), set it to go into error if the job goes into error.

Thanks

Nanda

Former Member
0 Kudos


Thanks Nanda..

Yes you are correct ...

But in the status handler , we have given on each step as "on error" - "continue".

How can set " it to go into error if the job goes into error."

Please explain

nanda_kumar21
Active Contributor
0 Kudos

On error, select Raise Error option and input some message and input any Exit code like "6" or any number.

Thanks

Nanda

Former Member
0 Kudos


OK Let me try that option..

But in some other job chains , the same problem doesn't occuring .

It is showing as "error" if any subgroup fials.

Former Member
0 Kudos

I tried that option but if the step1 fails step2 goes to chained status..

nanda_kumar21
Active Contributor
0 Kudos

can you please post a screenshot of your status handler?

Thanks

Nanda