Check the status of job

Hi,

I have master job which will run based on the sub jobs status.

In the master job I am giving the condition like,

condition: s(sub_job) f(sub_job)

This scenario will work if the sub job status is success or failed. but I want to run my master job even if the sub_job was terminated.

can anybody help me out how to add condition for terminate status here.

Thanks in advance..!

Warm Regards,
Aneesh KB

 
done(sub_job)