Tag Archives: Workflow

Correlation value on declaration “x” is already initialized

If you’re writing a workflow and are using the CreateTask or CreateTaskWithContentType activities you may come across the following error: System.InvalidOperationException: Correlation value on declaration “Name of your token” is already initialized When adding a token to the create task … Continue reading

Posted in SharePoint, Workflow | Tagged , | Leave a comment

Debugging SharePoint Timer Service Assemblies

If you’re creating your own workflows and want to be able to debug into your code using the timer service (OWSTIMER.EXE) deploying your assembly to the GAC won’t normally be enough for the correct symbols to be loaded. This is … Continue reading

Posted in General, SharePoint | Tagged , , , | 1 Comment

Updating URL field for ExtendedProperties in workflow

I was trying to update a URL field of a task within a custom workflow I was writing and spent a bit more time than I’d have liked trying to get the URL and description to save correctly in the … Continue reading

Posted in SharePoint, Workflow | Tagged , | 3 Comments

Delay Activity in SharePoint Workflow

Trying to use the Delay Activity workflow activity in a SharePoint workflow and having problems with it firing? For SharePoint 2010, the delay activity will only be checked if it has completed the configured delay every time the Workflow timer … Continue reading

Posted in SharePoint, Workflow | Tagged , | 1 Comment