如何使foreach活动重复进行? [英] How to make foreach activity to iterate parellely?

查看:92
本文介绍了如何使foreach活动重复进行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have a master pipeline in which a foreach activity calls a childpipeline which should perform 21 copy activities parallel.

我在foreach活动中取消选中了顺序复选框,并将批次计数设为21.

I unchecked the sequential check box in foreach activity and made the batch count as 21.

仍然可以看到子管道正在一个接一个地执行,而不是一次全部被触发.

Still I could see the child pipelines are being executed one after one instead of getting triggered all at a time.

所有子管道的运行开始时间都不同.我希望所有子管道都具有相同的运行开始时间.

All the childpipelines are having different Run Start times. I want all my childpipelines to have same Run Start time.

推荐答案

通常的做法是,我们建议您通过属性利用多个并行活动  并行副本,而不是多个管道.
The usual route we would recommend that you utilize multiple parallel activities via the attribute  parallel copies, instead of multiple pipelines. Is there a reason that doesn't work for you? 


这篇关于如何使foreach活动重复进行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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