商业信息管理系统 Bizagi 建模pattern

本文介绍了多种工作流控制模式,包括串行执行、并行拆分、同步、排他选择等,并通过实例说明了每种模式的应用场景。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

WCP 1- Sequence

This pattern is used to model dependencies between tasks so that one task cannot start before another is finished (serial execution)

WCP 2- Parallel Split

A parallel split is a point in the workflow process where a single branch is divided into two or more parallel branches which are executed concurrently [2]

Example: When a new employee arrives to a company, it is necessary to perform many activities such as, grant access to company information, sign some legal documents and set up his or her workstation

WCP 3 - Synchronization

Synchronization is a point in the process where two or more different branches of the process merge into one single branch. It is called synchronization because it expects all merged branches to be completed before it can continue with the next activity [2].

WCP 4 - Exclusive Choice

The exclusive choice is a point in the process where a path is chosen from several available paths based on a decision or process data [2].

Example The Accounting Department receives and pays invoices. The payment of an invoice can be made by a bank transfer, check or credit card. Only one payment method is used.

WCP 5- Simple Merge

The simple merge is a point in the process where two or more alternative branches come together without synchronization. It is an assumption of this pattern that none of the alternative branches are ever executed in parallel [2].

WCP 6 - Multi-Choice

The Multi-choice pattern is used to model a point in the workflow process where a number of branches are chosen based on a decision or a workflow control data [2]

WCP 7 - Structured Synchronizing Merge

It is a point in the process where multiple paths that were enabled earlier in the process converge into one single thread. [2].

Exclusive Gateway:The exclusive decision has three outgoing sequence flows, but only one of them can be taken based on data expression conditions

Inclusive Gateway:This gateway allows enabling one or more paths according to process data.

WCP 8 - Multi Merge

The multi merge pattern is used to model the convergence of two or more branches into a single path. Each time an incoming branch is enabled it results in the activation of the next activity within the process. [2]

Each time the activities of a path are finished, the next activity is performed

 

转载于:https://www.cnblogs.com/znbee/p/4307884.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值