I created a workflow using WWF 4.0 which will insert the data into db.
In asp.net application on submit, i have creating WorkflowApplication instance and using SqlWorkflowInstanceStore class, im persisting the data in database.
After that, I am redirecting the page to another one, there im trying the fetch the inserted data from DB. But, what happens till then the data is not updated in db. After redirecting the page then only my workflow is starting and insert the data in db.
Your issue does not relate to WCF and web service, it seems that it is a WF question, in order to get more help, I recommend you'd better post your issue to the following forum.
anandh_aspdo...
Member
4 Points
27 Posts
After end of the page scope, workflow is starting to execute
May 11, 2012 11:12 AM|LINK
I created a workflow using WWF 4.0 which will insert the data into db.
In asp.net application on submit, i have creating WorkflowApplication instance and using SqlWorkflowInstanceStore class, im persisting the data in database.
After that, I am redirecting the page to another one, there im trying the fetch the inserted data from DB. But, what happens till then the data is not updated in db. After redirecting the page then only my workflow is starting and insert the data in db.
Can anybody help me in this regard
Peter pi - M...
Star
12871 Points
1786 Posts
Re: After end of the page scope, workflow is starting to execute
May 14, 2012 03:35 AM|LINK
Your issue does not relate to WCF and web service, it seems that it is a WF question, in order to get more help, I recommend you'd better post your issue to the following forum.
#Windows Workflow Foundation 4
http://social.msdn.microsoft.com/Forums/en-US/wfprerelease/threads
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework