ExecutionCorrelation
junjo.ExecutionCorrelation
Kind: Class
SDK version: 0.64.0
Documentation channel: Next source preview
Signature
Section titled “Signature”ExecutionCorrelation(type: str, id: str)Immutable application identity attached to executable owner spans.
Correlation identifies the trusted application action that caused an
execution tree. It remains distinct from Junjo runtime IDs and physical
OpenTelemetry trace/span IDs. A correlation passed to a top-level
Workflow or Agent is
inherited by nested Junjo executables automatically.
Parameters
Section titled “Parameters”| Name | Type | Description | Default |
|---|---|---|---|
type |
str |
Portable non-empty application-defined identity type, such as"ai_chat.turn". |
|
id |
str |
Portable non-empty application-owned identity. |
Members
Section titled “Members”type: strPublic attribute.
id: strPublic attribute.