Skip to content

monitoring

The Monitoring and its model associations allow defining attributes related to monitoring.

CLASS DESCRIPTION
Monitoring

The Monitoring and its model associations allow defining attributes related to monitoring.

Classes

Monitoring dataclass

Monitoring(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None
)

Bases: BaseElement

The Monitoring and its model associations allow defining attributes related to monitoring.

It leverages the BPMN extensibility mechanism. This element is used by FlowElements and Process. BPMN 2.0.2 implementations can define their own set of attributes and their intended semantics.

Functions