Skip to content

callable_element

Representation of a BPMN CallableElement.

CLASS DESCRIPTION
CallableElement

A CallableElement allows it to be referenced and reused by other Processes.

Classes

CallableElement dataclass

CallableElement(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None,
    supported_interface_refs: list[str] = list(),
    io_specification: Optional[IoSpecification] = None,
    io_bindings: list[IoBinding] = list(),
    name: Optional[str] = None
)

Bases: RootElement

A CallableElement allows it to be referenced and reused by other Processes.

Functions