Tagged Questions
1
vote
1answer
274 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 ...
0
votes
1answer
334 views
How to start a state machine workflow at a certain state activity (restart after failure)?
Is there a way to start a SP2010 state machine workflow at a specific state activity?
For example, if I have state A -> B -> C -> D is is possible to start at C?
The idea is I have an workflow that ...