http://aarohblah.blogspot.com/2009/12/issues-and-solutions-in-sharepoint.html provides the simple fix for this error "Could not find a part of the path" that occurs when deploying a workflow feature.
Add <Property Key="RegisterForms" Value="*.xsn" /> to the Feature.xml
Showing posts with label MOSS. Show all posts
Showing posts with label MOSS. Show all posts
Wednesday, October 31, 2012
Thursday, August 23, 2012
Identifying Workflow Instance
Match the ows_WorkflowInstanceID value from the Xml tab of Task item in SharePoint Manager 2007 with the WorkflowInstanceID query string variable of the Doc lib item's particular workflow status (Wrkstat.aspx) page.
Some tips on accessing object model: http://web.archive.org/web/20090403083734/http://mossytips.blogspot.com/2008/08/how-to-get-workflow-instance-of-task.html
and Shelton's "Part 4 - Custom Workflow Forms (TaskEdit Form).pdf p. 14.
Some tips on accessing object model: http://web.archive.org/web/20090403083734/http://mossytips.blogspot.com/2008/08/how-to-get-workflow-instance-of-task.html
and Shelton's "Part 4 - Custom Workflow Forms (TaskEdit Form).pdf p. 14.
Subscribe to:
Comments (Atom)