we have a workflow which fetches data from one database and saved it to other database and it is scheduled to run every morning. Problem is sometimes it does not run for any issue, how can we detect and send an email/message that it was failed.
What tool can I use to get notified? Thanks in advance. Below is the snapshot of the workflow
Solved! Go to Solution.
@atifsharif Go to WF Configuration=>Events, and add 'Send Email'.
If you want to send notification email only when WF output errors, specify 'After Run with Errors'.