rulvar API reference / @rulvar/core / SpawnLineageOpt
Interface: SpawnLineageOpt
Defined in: packages/core/src/journal/lineage.ts:97
The spawn-options lineage block (ctx.agent, ctx.workflow, spawn_agent, add_task).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
causeRef | number | Seq of the journal entry that caused the rebirth; mandatory. | packages/core/src/journal/lineage.ts:102 |
continues | string | - | packages/core/src/journal/lineage.ts:98 |
relation? | "respawn" | "rung-retry" | "decompose-child" | "unpark-restart" | Default 'respawn'. | packages/core/src/journal/lineage.ts:100 |