它最初由业务流程管理倡议组织(BPMI, Business Process Management Initiative)开发,名称为"Business Process Modeling Notation",即“业务流程建模标记法”。BPMI于2005年与对象管理组织(OMG, Object Management Group)合并。2011年1月OMG发布2.0版本,同时改为现在的名
BPMN包含四种要素: 流对象(Flow Object): 事件(Events) 活动(Activities) 网关(Gateways) 连接对象(Connecting Objects): 顺序流(Sequence Flow) 消息流(Message Flow) 关联(Association) 泳道(Swimlanes): 池(Pool) 道(Lane) 附加工件(Artifacts/Artefacts): 数据对象(Data Object) 组(Group) 注释(Annotation) ...
Collection data object represents a collection of information, e.g., a list of order items. Data input is an external input for the entire process. A kind of input parameter. Data output is data result of the entire process. A kind of output parameter. Event sub-process is placed into ...
The loose connection also affects data transfer between the parent and the subprocess. BPMN assumes that embedded subprocesses can read all the data of the parent process directly, but an explicit assignment is required for global subprocesses to be able to read it. That may seem like merely ...
Data object shows what data is required for an activity. Group is used to group different activities but does not affect the flow in the diagram. Annotation is used to give the reader of the model/diagram an understandable impression. Example of BPMN Diagram Are you a seller of Amazon...
数据对象(Data Object) 组(Group) 注释(Annotation) 在这里需要重要关注4个基本对象, 事件(Event):用来表明流程的生命周期中发生了什么。 活动(Activity):活动(Activities)是业务流程定义的核心元素,中文称为“活动”、“节点”、“步骤”。一个活动可以是流程的基本处理单元(如人工任务、服务任务),也可以是一个组...
数据对象(Data Object) 组(Group) 注释(Annotation) 在这里需要重要关注4个基本对象, 事件(Event):用来表明流程的生命周期中发生了什么。 活动(Activity):活动(Activities)是业务流程定义的核心元素,中文称为“活动”、“节点”、“步骤”。一个活动可以是流程的基本处理单元(如人工任务、服务任务),也可以是一个组...
itself should also always be labeled. this label should indicate the name of the process and the role that is performing it. tasks should be labeled using object + verb. this forces the modeling person to focus on what is really done during the task. x-or gateways should be labeled with...
open(element, "bpmn-replace", position); }, }, }, }); } if ( isAny(businessObject, [ "bpmn:FlowNode", "bpmn:InteractionNode", "bpmn:DataObjectReference", "bpmn:DataStoreReference", ]) ) { // assign(actions, { // 'append.text-annotation': appendAction('bpmn:TextAnnotation', '...
DataObjectReference: '数据对象参考', DataStoreReference: '数据存储参考', Loop: '循环', 'Ad-hoc': '即席', 'Create {type}': '创建 {type}', Task: '任务', 'Send Task': '发送任务', 'Receive Task': '接收任务', 'User Task': '用户任务', ...