How to trigger email notifications after wait time over

Hello Dear friend,
Could u plz help me in this.

I wanted add 30 minutes wait/Delay and send email notifications as unsuccessful if 30 minutes over…how to do that.

Hey

can you provide an example?

Hello @fernando_zuluaga, I am uploading an file on click submit button, it takes time…i added delay of 30 minutes after after submit button…if 30 minutes are over i wanted to send an Unsuccessful Email…basically i wanted to trigger email if 30 minutes wait time is over…and later i terminate workflow.

Hey

New BusinessRuleException("Upload failed")

after the 30 minutes, just valide with element exist, or get text or any activity you want if the upload were successfull, if so, then continue the process, if not then throw a businessRuleExpception like this

Regards

1 Like

Thanks @fernando_zuluaga …it works.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.