如何发送带有任务链接的作业电子邮件 SharePoint 2013 Visual Studio 工作流
我为 SharePoint 2013 开发了一个 Visual Studio 2012 工作流.
I have developed a Visual Studio 2012 workflow for SharePoint 2013.
我正在尝试找到一种方法,可以在作业电子邮件中简单地发送指向实际任务的链接.我创建了一个变量并将属性的输出部分中的TaskItemId"设置为该变量.
I am trying to find a way to simply send a link to the actual Task in the Assignment email. I have created a variable and set the "TaskItemId" in the output sections of the properties to that variable.
然后我在 AssignmentEmailBody 属性的主体中引用我的变量.发送电子邮件时,TaskID 为空.在共享点设计器中有一个启动任务启动过程".我猜它会先创建任务,返回 ID,然后再进行其他所有操作.
I then reference my variable in the body of the AssignmentEmailBody property. When the email gets sent the TaskID is null. In sharepoint designer there is a "Start Task Initation Process". I am guessing it creates the task first, returns the ID and then moves on to everything else.
有人知道如何解决这个问题吗?
Does anyone have ideas on how to solve this?