Losing tasks after uploading changes in WF 6.5 Basic
Updated: 21 May 2010 | 1 comment
I encountered an issue that I never saw before in the fact that existing tasks disappear from the wofkflowmanagement.aspx screen after I made a change to some of the emails in the project. There were 3-4 tasks sitting in the queue but now there are none. Is there another place to check to see if the process is still running as I would rather not have to have to tell the users they have to resubmit the form. Has anyone else encountered this issue?
discussion Filed Under:
Comments
Using the web service
I'd check the default timeouts for those components first.
You can view the current tasks if you know the workflow Tracking ID by using the web service. We always store the Workflow Tracking ID to SQL but you can get it from workflowmanagement.aspx. You have to be on the server itself and then browse to http://servername/projectname/nameofservice.asmx. Select the GetCurrentWorkflowTaskIDs method and type in the Workflow Tracking ID.
Would you like to reply?
Login or Register to post your comment.