Skip to content

bpmnlabel

Model definitions for BPMN label.

CLASS DESCRIPTION
BPMNLabel

BPMNLabel is a label that depicts textual information about a BPMN element.

Classes

BPMNLabel dataclass

BPMNLabel(
    *,
    id: Optional[str] = None,
    bounds: Optional[Bounds] = None,
    label_style: Optional[str] = None
)

Bases: Label

BPMNLabel is a label that depicts textual information about a BPMN element.

ATTRIBUTE DESCRIPTION
label_style

An optional reference to a diagram’s label style that gives the appearance options for the label.

TYPE: Optional[str]

Attributes

label_style class-attribute instance-attribute
label_style: Optional[str] = field(
    default=None, metadata={"name": "labelStyle", "type": "Attribute"}
)

An optional reference to a diagram’s label style that gives the appearance options for the label.

Functions