rulvar API reference / @rulvar/core / WorkflowCallOpts
Interface: WorkflowCallOpts
Defined in: packages/core/src/engine/ctx.ts:439
Options of ctx.workflow; key replaces args in the child identity.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
approach? | string | Approach slug entering approachSig (DEF-3). | packages/core/src/engine/ctx.ts:444 |
key? | string | - | packages/core/src/engine/ctx.ts:440 |
lineage? | SpawnLineageOpt | Lineage continuation (DEF-3); embedded in the admission decision entry. | packages/core/src/engine/ctx.ts:442 |