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 does some stuff and at some point can fail, mainly because of configuration problems or data missing. After I fix the configuration or add the missing data I want to continue from the state it failed at.
How can I do that?