Tagged Questions
1
vote
1answer
273 views
How to add a fault handler to the entire state machine workflow?
I have a running Site workflow. If the workflow fails for whatever reason, I want to log it in a special way so that I don't have to struggle with the ULS log to figure out what went wrong.
How can I ...