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
BhavikS
akqajohn
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
Bernd VanSkiver
See this post for more info: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=391453&SiteID=1
Ken
FiftyFeet
No exception is thrown.
Could it be a problem with scheduler (I tried both manual and default scheduler services)
blahmoo64
devalapa_k
I substituted the SqlPersistenceService with a FilePersistenceService and the workflows completes successfully, so there is a problem with the SqlPersistenceService.
Any idea
nrs251