Hello All,
I am designing workflow for Project server 2013 in visual studio 2012. Below is the workflow activity in the order that I am using in my workflow.
EnterProjectStage
WaitForProjectEvent (for which I have configured to 'OnProjectSubmit')
ExitProjectStageGate
So the above flow tells that, by the click of submit button it will enter the projectstage and it will leave the stage. Now for me I want to remain in the same stage even after the click of a submit button. How this can be done, which property I should add here?