连接不同页面上流程图中的两个活动
是否可以将属于流程图一部分的活动连接到单独页面(单独流程图)上属于流程图一部分的活动?
场景如下:我有一个大流程图。由于它很大,因此分为两个页面/流程图。每个活动都是一个步骤。例如,步骤 4 连接到流程决策。根据流程决策,根据逻辑,下一步/活动可以是流程中的下一步(步骤 5),也可以跳到步骤 12(位于下一页/流程图上)。
从视觉角度来看,很高兴看到这种联系,但这并不是必需的。但是,我需要确保 WF4 运行时引擎能够遵循该流程。这可能吗?如果可能的话,如何实现?
Is it possible to have an activity that is part of a flow chart connect to an activity that is also part of a flow chart on a separate page (separate flow chart)?
Here's the scenario: I have a large flow chart. Because it is large, it's separated into two pages/flow charts. Each activity is a step. For example, step 4 connects to a flow decision. From the flow decision, based on the logic, the next step/activity could be either the next step in the flow (step 5) or it could skip to step 12 (which is on the next page/flow chart).
From a visual standpoint, it would be nice to see the connection, but it's not as necessary. However, I need to make sure that the WF4 runtime engine is able to follow the flow. Is this possible and if so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在工作流程之间共享功能,我要做的就是将共享方面放入单独的工作流程模型中。
这样,您就可以将它们作为链接模型包含在两个页面的工作流程中。
If you have shared functionality between workflows, what I'd do is put the shared aspects into a seperate workflow model.
This way you'll be able to include them as linked models in your workflow for both pages.