I am new to WF.
I created a state machine workflow.
The workflow has 4 states which includes workflowInitiated, Edit, Submit, Re-Edit And Post(Completed State)
The possible state transitions are
1) workflowInitiated -> Edit -> Submit -> Post
2) workflowInitiated -> Edit -> Submit -> Re-Edit -> Submit -> Post
3) workflowInitiated -> Edit -> Post
4) workflowInitiated -> Edit -> Submit -> Re-Edit -> Post
I have an issue when my state transition is
2) workflowInitiated -> Edit -> Submit -> Re-Edit -> Submit -> Re-Edit I get following inner exception
"Queue 'Message Properties Interface Type:DSBBWorkflows.ISDDSARCWF Method Name:ContentReEditedAfterSubmit CorrelationValues: ' is not enabled."
I tried using waitforIdle = true in the ExternalEventArgs, still I am unable to get rid of the issue.
Please help me to get out it this error.
I refered following links
http://social.msdn.microsoft.com/Forums/en-US/windowsworkflowfoundation/thread/465618b1-df6b-4fa1-9f35-0444c1a6905c/
http://windows-tech.info/14/8ed1767d64349977.php
http://blogs.imeta.co.uk/mnotaras/archive/2006/11/17/230.aspx