Skip to content

ExecutionCorrelation

junjo.ExecutionCorrelation

Kind: Class

SDK version: 0.64.0

Documentation channel: Next source preview

ExecutionCorrelation(type: str, id: str)

View source

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.

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.

type: str

View source

Public attribute.

id: str

View source

Public attribute.