Class | BPMN attribute name | Implementation in ARIS |
Message flow | inherits from BaseElement | Connection type: Message flow (CT_BPMN_MESAGE_FLOW) |
name: string | Attribute type Connection role of connection type Message flow (CT_BPMN_MESSAGE_FLOW) | |
sourceRef: MessageFlowNode | Source object type of connection type Message flow (CT_BPMN_MESAGE_FLOW) (Participant, Function, Event) | |
targetRef: MessageFlowNode | Target object type of connection type Message flow (CT_BPMN_MESAGE_FLOW) (Participant, Function, Event) | |
messageRef: Message [0..1] | Object type: Message (OT_MSG_FLW) Symbol: Message (ST_BPMN_MESSAGE_2) Connection types in the BPMN collaboration diagram: * Participant sends (CT_SENDS_2) message. * Event sends (CT_SENDS_2) message. * Function sends (CT_SENDS_2) message. * Message is received from (CT_IS_RECEIVED_FROM) participant. * Message is received from (CT_IS_RECEIVED_FROM) function. * Message is received from (CT_IS_RECEIVED_FROM) event. | |
Message flow node | Object types that can be source or target of connection type Message flow (CT_BPMN_MESSAGE_FLOW): Participant (OT_BPMN_POOL), Function (OT_FUNC), Event (OT_EVT) | |
Message flow association | inherits from BaseElement | This association is used to map message flows modeled in a collaboration and a conversation diagram. |
innerMessageFlowRef: Message Flow | Occurrence copy of a message flow connection in a BPMN collaboration diagram and BPMN conversation diagram. | |
outerMessageFlowRef: Message Flow | Occurrence copy of a message flow connection in a BPMN collaboration diagram and BPMN conversation diagram. |