【发布时间】:2023-03-08 10:55:01
【问题描述】:
我在自定义 SharePoint 表单上设置了四个工作流。
1 工作流程 2013 -> 在项目创建时运行
2010 年的 2 个工作流程 -> 在项目修改时运行
对于 2013 年的最后一个工作流程,我想知道是否有办法让它仅在特定人员修改项目时才运行。
在工作流中使用此命令以外的其他方式
If item modified by "Doe, John"
{
... other commands here
}
【问题讨论】:
-
应该没有其他更好的方法了。
标签: sharepoint sharepoint-2010 sharepoint-2013 sharepoint-workflow