Based on the workflow status, I want to directly move the workflow instance to one particular state. In .NET 3.5 State machine workflow, we have an option to move the specific state from initial using SetState option.
Currently I am developing a workflow as a Workflow services (.NET 4.0) using flowchart with send receive activity.
Is there any way to move the workflow to particular state?
View Complete Post