Skip to content

correlation_property_binding

Represents a Correlation Property Binding.

CLASS DESCRIPTION
CorrelationPropertyBinding

CorrelationPropertyBindings represent the partial keys of a CorrelationSubscription.

Classes

CorrelationPropertyBinding dataclass

CorrelationPropertyBinding(
    *,
    id: Optional[str] = None,
    documentation: list[Documentation] = list(),
    extension_elements: Optional[ExtensionElements] = None,
    data_path: FormalExpression,
    correlation_property_ref: str
)

Bases: BaseElement

CorrelationPropertyBindings represent the partial keys of a CorrelationSubscription.

Each relates to a specific CorrelationProperty in the associated CorrelationKey. A FormalExpression defines how that CorrelationProperty instance is populated and updated at runtime from the Process context (i.e., its Data Objects and Properties).

Functions