- Steps record individual operations and their outcomes.
- Sub-steps capture details within an operation.
- References associate work with orders, customers, agents, or partners.
- Tags categorize the thread at creation.
- Contracts define the rules for its execution.
Create and complete
Connect an SDK, then:Correlate traces
OTLP ingestion can usethreadify.external_ref or workflow.run_id to combine
traces from the same run into one thread. Ordinary business refs do not merge
threads. See OpenTelemetry for precedence and opting out.