Class | BPMN attribute name | Implementation in ARIS |
Activity | inherits from FlowElement | Object type: Function (OT_FUNC) Attribute type Activity type (AT_BPMN_ACTIVITY_TYPE) in the attribute type group BPMN 2.0 attributes of object type Function Attribute values: * Task (AVT_BPMN_TASK) * Subprocess (AVT_BPMN_SUBPROCESS) * Call activity (AVT_BPMN_CALL_ACTIVITY) |
isForCompensation: boolean = false | Attribute type Is for compensation (AT_BPMN_IS_FOR_COMPENSATION) in the attribute type group BPMN 2.0 attributes of object type Function | |
loopCharacteristics: LoopCharacteristics [0..1] | see below: Loop characteristics | |
resources: ActivityResource [0..*] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
default: SequenceFlow [0..1] | Attribute type Sequence flow condition (AT_BPMN_SEQ_FLOW_CONDITION) in the attribute type group BPMN 2.0 attributes of the following conenction types: * Activity creates ..., * Activity is predecessor of ..., * Activity leads to ... The attribute value must be set to Default sequence flow. | |
ioSpecification: InputOutputSpecification [0..1] | IO specification is 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. | |
boundaryEventRefs: BoundaryEvent [0..*] | Connection type: Function can trigger event CT_BPMN_CAN_TRIGGER | |
dataInputAssociations: DataInputAssociation [0..*] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
dataOutputAssociations: DataOutputAssociation [0..*] | Not considered in the 1st version of the BPMN 2.0 implementation. | |
startQuantity: integer = 1 | Not considered in the 1st version of the BPMN 2.0 implementation. | |
Class | completionQuantity: integer = 1 | Not considered in the 1st version of the BPMN 2.0 implementation. |