Skip to main content

I am using Exception rule for one of the activities in the process. The activity always succeeds.


I would like to know how to check if the activity succeeded because of applying exception rule.


 


Thanks,


David

When you enable the Exception rule, you can configure it to log to the Host Server log file, and/or the event logs.


I don't know exactly how/where you want to check if the exception rule fired (whether for historical reporting purposes, or logic within the process), but hopefully that at least gives you a place to start.


HTH,
Gail


Hi Gail,


It is logic within the process. I tried to load a .doc file to document library not allowing overwriting the existing file. If file with the same name exists, activity succeeds with exception rule being fired. In my following logic, I want to send different emails to the user based on based on exception rule fired or not.


How can I do that?


thanks,


David


Can't you set a datafield in the Exception Rule? That way you know if the field is set, the activity failed, if the field is empty, the upload succeeded.


Reply