signal
Represents a BPMN signal element.
| CLASS | DESCRIPTION |
|---|---|
Signal |
Signals are triggers generated in the Pool they are published. |
Classes¶
Signal
dataclass
¶
Signal(
*,
id: Optional[str] = None,
documentation: list[Documentation] = list(),
extension_elements: Optional[ExtensionElements] = None,
name: Optional[str] = None,
structure_ref: Optional[str] = None
)
Bases: RootElement
Signals are triggers generated in the Pool they are published.
They are typically used for broadcast communication within and across Processes, across Pools, and between Process diagrams.