Callable Elements

Callable Element is an abstract class and has four specialized classes: Process, Global task, Choreography, and Choreography task. Only processes and global tasks are relevant for business process modeling compliance. They are represented by the object type Function.

See: Business Process Model and Notation (BPMN), version 2.0.

Mapping the attributes and model associations to ARIS

Class

BPMN attribute name

Implementation in ARIS

Callable Element

inherits from BaseElement

Object type: Function (OT_FUNC)
Symbol: Call activity (ST_BPMN_CALL_ACTIVITY)

name: string [0..1]

Attribute type Name (AT_NAME) of object type Function (OT_FUNC)

supportedInterfacesRefs: Interface [0..*]

Currently not implemented.

ioSpecification: InputOutputSpecification [0..1]

Currently not implemented.

ioBinding: InputOutputBinding [0..*]

Currently not implemented.

InputOutputBinding

inputData: DataInput

Currently not implemented.

outputData: DataOutput

Currently not implemented.

operationRef: Operation

Currently not implemented.