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 it…
对于sp2010,在ie浏览器中这个代码无法生效,只有chrome可以生效. //获取附件id function GetAttachments(listName) { var soapEnv = '<?xml version="1.0" encoding="utf-8"?>' + ' <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmln…
程序集“Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”中的类型“Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider”的方法“StartWorkflowOnListItem”没有实现…
list.GetItemByUniqueId(guid).ID int itemID = spList.Items[new Guid("")].ID;…
https://msdn.microsoft.com/en-us/library/office/hh824675(v=office.14).aspx Creating a SharePoint Sequential Workflow Using a Custom Task Approval Field SharePoint 2010   Summary:  Learn how to programmatically create and test a SharePoint sequential…
转自:http://geek.hubkey.com/2007/09/locked-workflow.html 转自:http://blogs.code-counsel.net/Wouter/Lists/Posts/Post.aspx?List=c04a88a9%2Dd138%2D4ac3%2Da2bb%2Db95c9fdd114e&ID=118 SPWorkflow.AlertTask()的时候出现"This task is currently locked by a running w…
博客地址 http://blog.csdn.net/foxdave 工作流动作 15. Complete Workflow Task(User interaction分组) 此工作流动作将完成任何进行中的任务,它将处理足够的单独任务来达到选择的结果,接下来工作流引擎会依据工作流的设置处理剩余的单独任务. 必填项为Action ID. 关于配置项的说明: Action ID 指定工作流变量来确定完成哪个任务操作.当配置其他任务操作时,指定一个操作标识(Action ID)类型的工作流变量来存储被指…
这篇文章主要基于上一篇http://www.cnblogs.com/qindy/p/6242714.html的基础上,create a sample workflow by SharePoint Designer 2013. 这里简要说一下我们接下来需要应用workflow完成怎样的一个功能:当在list中add item的时候自动触发workflow来更新title的value. 首先创建一个Custom List named 'MyList'  Site Contents-->add an…
http://office.microsoft.com/en-us/sharepoint-designer-help/video-create-an-approval-workflow-in-sharepoint-designer-2010-VA101897477.aspx http://plexhosted.com/billing/knowledgebase/226/How-to-create-a-simple-approval-workflow-in-SharePoint-Designer.…
博客地址 http://blog.csdn.net/foxdave 工作流动作 35. Delegate Workflow Task(User interaction分组) 该操作将委托未处理的工作流任务给指定用户. 该操作用于以下场景:一个审批的任务指派给了某个用户并且过了期限之后该用户仍没有回应,该任务将委托给其他用户. 关于配置项的说明: Action ID 选择一个包含请求要委托操作ID的工作流变量,只有"Action ID"类型的变量会在下拉框中显示.存储Action ID到…