sharepoint 2013任务未显示打开此任务按钮

时间:2017-11-14 13:24:05

标签: sharepoint sharepoint-2010 task sharepoint-2013 workflow

我一直试图在其他线程/网站中找到这种情况的答案,但没有成功。

刚开始使用SharePoint 2013并使用SPD,我创建了一个包含文本字段和日期的基本列表。如果我创建并分配SharePoint 2010工作流,并将以下内容作为工作流步骤:

Log STARTED to the workflow history list
then Start Approval process on Current Item with <my email>
then Log FINISHED to the workflow history list

通过一个按钮向我发送一封电子邮件在Outlook的功能区中打开此任务 - 这就是我想要的,到目前为止一切都很好......仅供参考,启动审批流程的所有选项都是默认的,工作流程预计会暂停任务被批准/拒绝。

如果我删除2010工作流程并使用以下步骤创建/分配2013工作流程:

Log START to the workflow history list
then Assign a task to <my email> (Task outcome to Variable:Outcome| Task ID to Variable:TaskID)

if Variable:Outcome equals Approved
   Log APPROVED to the workflow history list
Else
   Log REJECTED to the workflow history list

Go to End of Workflow

我收到的电子邮件没有打开此任务按钮,用户需要打开创建的任务,编辑它然后单击[批准]。额外的步骤太多了。

两个工作流程(2010/2013)都设置为在任何更改时自动启动。

道歉,无法复制/粘贴屏幕截图,因为我是从我的个人笔记本电脑上发布的。这里非常感谢任何帮助。

谢谢!

1 个答案:

答案 0 :(得分:0)

您应该将任务结果作为列顺序中的最后一列,以将结果作为按钮

要做到这一点,你需要转到

  

列表设置 - &gt;单击内容类型名称(工作流任务2013) - &gt;   点击列顺序 - &gt;将任务结果作为最后一列和   点击确定

enter image description here

现在,如果您刷新任务编辑页面,您应该能够看到批准/拒绝按钮