且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何分配工作流以在Sharepoint文件夹中批量文档

更新时间:2023-11-18 16:46:46

如果您已经创建并运行了工作流,您可以使用powershell批量分配它。



看看 http://blogs.msdn.com/b/guruketepalli/archive/2012/11/06/add-remove-sharepoint-workflows-thru-powershell.aspx [ ^ ]它可能是一个有用的起点。





另外,看看http://www.thesysadminhimself.com/2013/09/sharepoint-start-workflow-all-items -powershell.html [ ^ ]因为它可能更有效。



-DB
If you have a workflow already created and working, You could bulk assign this using powershell.

Have a look at http://blogs.msdn.com/b/guruketepalli/archive/2012/11/06/add-remove-sharepoint-workflows-thru-powershell.aspx[^] it may be helpful as a starting point.


Also, take a look at http://www.thesysadminhimself.com/2013/09/sharepoint-start-workflow-all-items-powershell.html[^] as it might be more relivent.

-DB