使用Visual Studio在SharePoint 365中动态选择串行或并行工作流 [英] Dynamic selection of serial or parallel workflow in SharePoint 365 with Visual Studio

查看:95
本文介绍了使用Visual Studio在SharePoint 365中动态选择串行或并行工作流的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这似乎不是我的问题的正确类别,但我似乎无法在这里找到一个SharePoint 365论坛。


我正在尝试使用SharePoint加载项项目类型在VS2017中为SharePoint 365创建自定义工作流。我需要实现的是用户能够选择一组批准者,然后动态选择工作流程应该是串行
还是并行。这可能吗?

解决方案

您好sfkhooper,


您可以添加条件并设置变量来控制工作流在Visual Studio中应该是串行或并行的。


在visual studio中,您可以添加"复合任务"操作并为"ParallelAssignment"设置变量。 / p>

如果"ParallelAssignment"为真,则任务将是并行的。如果"ParallelAssignment"为false,则任务将是连续的。


祝你好运,


Sara Fan


This doesn't seem to be the right category for my question, but I can't seem to find a SharePoint 365 forum here.

I'm trying to create a custom workflow for SharePoint 365 in VS2017, using the SharePoint Add-In project type. What I need to achieve is the ability for users to select a group of approvers and then dynamically select whether the workflow should be serial or parallel. Is this possible?

解决方案

Hi sfkhooper,

You can add the condition and set the variable to control that the workflow should be serial or parallel in visual studio.

In visual studio, you could add the "composite task" action and set the variable for the "ParallelAssignment".

If the "ParallelAssignment" is true, the task will be parallel. If the "ParallelAssignment" is false, the task will be serial.

Best regards,

Sara Fan


这篇关于使用Visual Studio在SharePoint 365中动态选择串行或并行工作流的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆