【问题标题】:Sharepoint workflow 2013, run when item has been modified by specific personSharepoint 工作流 2013,在项目已被特定人员修改时运行
【发布时间】: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


【解决方案1】:

No SPD 工作流没有条件启动选项。您可以通过在启动工作流的事件接收器中实现您的逻辑来做同样的事情。我过去曾为此目的使用过 SharePoint Power EventReceiver 2010。 https://archive.codeplex.com/?p=ilovesharepoint

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-01-10
    • 1970-01-01
    • 2015-01-30
    • 1970-01-01
    • 2023-03-04
    • 1970-01-01
    • 2018-01-03
    相关资源
    最近更新 更多