Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sharepoint workflow 2013,在特定人员修改项目时运行_Sharepoint_Sharepoint 2010_Sharepoint 2013_Sharepoint Workflow - Fatal编程技术网

Sharepoint workflow 2013,在特定人员修改项目时运行

Sharepoint workflow 2013,在特定人员修改项目时运行,sharepoint,sharepoint-2010,sharepoint-2013,sharepoint-workflow,Sharepoint,Sharepoint 2010,Sharepoint 2013,Sharepoint Workflow,我在定制的SharePoint表单上设置了四个工作流 1工作流2013->创建项目时运行 2工作流2010->项目修改时运行 对于上一个工作流2013,我想知道是否有一种方法可以使其仅在特定人员修改项目时运行 在工作流中使用此命令以外的其他方法 If item modified by "Doe, John" { ... other commands here } 无SPD工作流没有条件启动选项。通过在启动工作流的事件接收器中实现逻辑,也可以实现同样的功能。我过去曾为此使用过SharePoint

我在定制的SharePoint表单上设置了四个工作流

1工作流2013->创建项目时运行

2工作流2010->项目修改时运行

对于上一个工作流2013,我想知道是否有一种方法可以使其仅在特定人员修改项目时运行

在工作流中使用此命令以外的其他方法

If item modified by "Doe, John"
{
... other commands here
}

无SPD工作流没有条件启动选项。通过在启动工作流的事件接收器中实现逻辑,也可以实现同样的功能。我过去曾为此使用过SharePoint Power EventReceiver 2010

不应该有其他更好的办法。