Skip to content

rulvar API reference


rulvar API reference / @rulvar/core / LineageRef

Interface: LineageRef

Defined in: packages/core/src/journal/lineage.ts:42

The computed lineage record of one spawn-authorizing decision entry.

Extended by

Properties

PropertyTypeDescriptionDefined in
ancestrystring[]Decomposition chain of parent LTIDs, length <= maxDepth.packages/core/src/journal/lineage.ts:50
approachSigstring-packages/core/src/journal/lineage.ts:51
approachSigCoarsestring-packages/core/src/journal/lineage.ts:52
attemptOrdinalnumber0-based, journal order among the LTID's attempts, never wall clock.packages/core/src/journal/lineage.ts:46
causeRef?numberSeq of the causing entry; mandatory for every relation except 'first'.packages/core/src/journal/lineage.ts:48
logicalTaskIdstring-packages/core/src/journal/lineage.ts:43
relationLineageRelation-packages/core/src/journal/lineage.ts:44
sigVersion1-packages/core/src/journal/lineage.ts:53