I have some workflows that are taking data to an SQL lookup table and unknown users in the future will be doing the data entry via a form process that starts a workflow to send the data. The data does not always save into the SQL lookup table and I want to be notified immediately when that happens.
So, is there a setting I can configure that will send me notifications?
- I considered adding an Email activity to send to me after each WF session, however, the email activity doesn't seem to have the ability to just show me any messages.
- I looked at the WF properties where "Configure termination notifications" is but I can't see any options there.