I have created a custom SP2013 workflow in Visual Studio.
Let's say that it goes like this s1-->s2-->s3-->s4.
s1, s2,s3,s4 could be states in state machine wf or sequences in sequential wf, it doesn't matter.
Is it possible to start WF programmatically so that it starts from s3?
I can start it programmatically so that it goes from beginning to the end, but I don't want that. I want it to start from s3.