Skip to main content
Thread chains trace linked workflows from any starting thread down through its descendants.

Usage

Parameters

Returns

Array of ArchivedThread objects ordered from starting thread to descendants.

Behavior

  • Starting Point: Works from any thread (root, middle, or leaf)
  • Direction: Traverses downward only (parent → children)
  • Cycle Prevention: Automatically detects circular references
  • Archival delay: Recent relationships appear after asynchronous persistence

Relationship Types