rulvar API reference / @rulvar/rulvar / LineageRef
Interface: LineageRef
Defined in: packages/core/dist/index.d.ts
The computed lineage record of one spawn-authorizing decision entry.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
ancestry | string[] | Decomposition chain of parent LTIDs, length <= maxDepth. | packages/core/dist/index.d.ts |
approachSig | string | - | packages/core/dist/index.d.ts |
approachSigCoarse | string | - | packages/core/dist/index.d.ts |
attemptOrdinal | number | 0-based, journal order among the LTID's attempts, never wall clock. | packages/core/dist/index.d.ts |
causeRef? | number | Seq of the causing entry; mandatory for every relation except 'first'. | packages/core/dist/index.d.ts |
logicalTaskId | string | - | packages/core/dist/index.d.ts |
relation | LineageRelation | - | packages/core/dist/index.d.ts |
sigVersion | 1 | - | packages/core/dist/index.d.ts |