Class | BPMN attribute name | ARIS implementation |
Process | from CallableElement from FlowElementsContainer | Model type: BPMN process diagram (BPMN 2.0) |
processType: ProcessType = none { none | executable | non-executable | public } | Attribute type in the attribute type group BPMN 2.0 attributes of model type BPMN process diagram (BPMN 2.0): * Process type (AT_BPMN_PROCESS_TYPE) Attribute values: * Undefined (= none), * Executable process (ATV_BPMN_EXECUTABLE), * Non-executable process (AVT_BPMN_NON_EXECUTABLE) * Public process (AVT_BPMN_PUBLIC) | |
auditing: Auditing [0..1] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
monitoring: Monitoring [0..1] | Monitoring is not considered in the 1st version of the BPMN 2.0 implementation. | |
laneSets: LaneSet [0..*] | Object type Lane (OT_BPMN_LANE) Symbol: Lane (ST_BPMN_LANE_1) | |
IsClosed: boolean = false | Attribute type Is closed (AT_BPMN_IS_CLOSED) in attribute type group BPMN 2.0 attributes of the BPMN process diagram | |
supports: Process [0..*] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
properties: Property [0..*] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
definitionalCollaborationRef: Collaboration [0..1] | The BPMN collaboration diagram (BPMN 2.0) that contains the process |
BPMN element | ARIS object type | ARIS symbol | API name |
Event | Event (OT_EVT) | Start event Intermediate event End event | ST_BPMN_START_EVENT ST_BPMN_INTERMEDIATE_EVENT ST_BPMN_END_EVENT |
Activity | Function (OT_FUNC) | Task Subprocess Call activity | ST_BPMN_TASK ST_BPMN_SUBPROCESSS ST_BPMN_CALL_ACTIVITY |
Gateway | Rule (OT_RULE) | Gateway | ST_BPMN_RULE_1 |