Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Losing tasks after uploading changes in WF 6.5 Basic

Updated: 21 May 2010 | 1 comment
Aryanos's picture
0 0 Votes
Login to vote

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

BillCat's picture
28
Oct
2009
0 Votes 0
Login to vote

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.