
Hi. When I send an e-mail before the successful completion, the e-mail is sent, but when I try to send an e-mail before the unsuccessful completion, the e-mail is not sent. How do I solve the problem?
Hi. When I send an e-mail before the successful completion, the e-mail is sent, but when I try to send an e-mail before the unsuccessful completion, the e-mail is not sent. How do I solve the problem?
Best answer by Buddhi Gunasekara
IFS failure event’s purpose is to rollback all the previous transactions if it is raised. So if you want to send the mail even when the failure event occurs, use a rest task to call the mail sending API before failure event instead of the API task.(You only need this to change in the failure path, not the success path) Work done by rest tasks are not rolled back even if the workflow fails.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.