Hi,
I have a state machine which works fine until it reaches the Completed State. At this point, it doesn't complete, but the runtime raises the workflowaborted event after a long period. Where's the problem
I use SqlPersistenceService for persistence.
Thanks

ASP.net and workflowaborted
satnik12
brownmb
No exception is thrown.
Could it be a problem with scheduler (I tried both manual and default scheduler services)
Prakash Jha
Jonas Folleso
So should it be an exception thrown by my statemachine
Should I run debugger in the workflow project or in the website
Thanks very much
TheBigIrishman
I substituted the SqlPersistenceService with a FilePersistenceService and the workflows completes successfully, so there is a problem with the SqlPersistenceService.
Any idea
Brian Leslie
SrikanthR
See this post for more info: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=391453&SiteID=1
Ken