Skip to content

auditing

The Auditing element and its model associations allow defining attributes related to auditing.

CLASS DESCRIPTION
Auditing

The Auditing element and its model associations allow defining attributes related to auditing.

Classes

Auditing dataclass

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

Bases: BaseElement

The Auditing element and its model associations allow defining attributes related to auditing.

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

Functions