我们可以以并行类型的步骤函数执行将输出从1个分支发送到另一个分支吗?
I need the output from that 2nd branch to be included as input to 1st branch's next step. Like multiple inheritance just check the diagram to get clear picture.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确实需要一个内部并行块来对帐两个分支。
对不起,我的绘画质量不佳。
,在此特定上下文中,如果您想拥有一个并行块,则该步骤应在平行块之外。
You want indeed an inner parallel block to reconciliate the two branches.
Sorry for the bad quality of my drawing.
And in this specific context, it could also mean that the step should be outside of the parallel block, if you want to have one single parallel block.