Skip to content

flow_node

Represents a FlowNode.

CLASS DESCRIPTION
FlowNode

The FlowNode element is used to provide a single element as the source and target Sequence Flow associations.

Classes

FlowNode dataclass

FlowNode(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None,
    auditing: Optional[Auditing] = None,
    monitoring: Optional[Monitoring] = None,
    category_value_refs: list[str] = list(),
    name: Optional[str] = None,
    incoming: list[str] = list(),
    outgoing: list[str] = list()
)

Bases: FlowElement

The FlowNode element is used to provide a single element as the source and target Sequence Flow associations.

Functions