I was using Visual Studio 2013 Workflow. I need a workflow with 3 stages (each stage creates a user task which when completed updates the Document status). After update Document Status for Each Stage it create new Version for the Document. I want do not want Change Document Status through workflow update.
For this Scenario for 2010 workflow i was using “System.update(false)”. How to Resole this?