BPMN - 可能但不一定到达的任务 - 哪个网关
BPMN - possible but not necessarily arriving tasks- Which Gateway
我应该使用哪个网关来描述一个可能但不一定到达的任务?
以下屏幕截图演示了这种情况:
主要部门完成任务A后,哪个网关可以解释一下,那个
每个人(Supporter 1
、Supporter 2
和 Supporter 3
)都可以提供帮助,但不一定要提供帮助?
独占网关是否正确?
您要查找的网关类型是包容性网关。如BPMN Poster
中所述
Inclusive Gateway
When splitting, one or more branches are activated. All active incoming branches must complete before merging.
另请注意,消息接收中间网关用于显示与其他池的通信,而不是在一个池内。
我还建议使用合并网关,尤其是在使用具有此类特定行为的网关时。
您的图表可能如下所示
我应该使用哪个网关来描述一个可能但不一定到达的任务?
以下屏幕截图演示了这种情况:
主要部门完成任务A后,哪个网关可以解释一下,那个
每个人(Supporter 1
、Supporter 2
和 Supporter 3
)都可以提供帮助,但不一定要提供帮助?
独占网关是否正确?
您要查找的网关类型是包容性网关。如BPMN Poster
中所述Inclusive Gateway
When splitting, one or more branches are activated. All active incoming branches must complete before merging.
另请注意,消息接收中间网关用于显示与其他池的通信,而不是在一个池内。
我还建议使用合并网关,尤其是在使用具有此类特定行为的网关时。
您的图表可能如下所示