Browse by Tags

All Tags » MOSS (RSS)
Get the item a SharePoint workflow task is associated with
This is handy. SharePoint helpfully populates the meta data with the GUID of the list and the ID of the item a WF instance is associated with. These are stored in "ows_WorkflowListId" and "ows_WorkflowItemId" fields on the task list...

Posted 10 March 2008 13:24 by James | 1 comment(s)

Filed under: , ,

Sharepoint and TaskListContentTypeId with mixing Office workflow tasks with regular sharepoint workflow tasks. Part 2
The reason the Office Sharepoint Server Workflow Task is not visible is because it is assigned to a special group named "_Hidden" which precludes it from being displayed in the site collection content type view. As it turns out content types...

Posted 17 October 2007 00:03 by James | with no comments

Filed under: , ,

Sharepoint and TaskListContentTypeId with mixing Office workflow tasks with regular sharepoint workflow tasks.
We have a workflow that is a mix of simple tasks and MOSS infopath forms server workflow tasks. To that end we remove the TaskListContentTypeId from workflow.xml and use the CreateTaskWithContentType shape to manually set the content type on appropriate...

Posted 16 October 2007 15:45 by James | 4 comment(s)

Filed under: , ,