Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a workflow/sequence which I am running.
In case one of the job fails I want to send an email with the reason of the failure and the sequence should stop. If successful send an email. I am able to achieve this in individual job but not in sequence
1. Tried the option of check and uncheck die on child error.
2. Added tlogcatcher, tdie, tsendemail component in the same sequence. Nothing works.
Tried options mentioned in the forum. Nothing works. Attached is the screen shot of the job.
3. Is there a way one can create a single reusable job for sending email using (temail, tlogcatcher etc component) and add it where required.
Help on these would be greatly appreciated
Attachment of email template design 2.
Hi @AAA999,
Sorry about the late response, I have been incredibly busy on other projects recently so have not had a great deal of time to visit the Community. I believe your issue will be solved by putting your email functionality at the end of your job attached to a tPostJob component. The tPostJob component will ALWAYS run, even if your job fails. This is the only way to guarantee an email to go when your job errors
Regards
Richard