rulvar API reference / @rulvar/core / ChildIdentityInput
Interface: ChildIdentityInput
Defined in: packages/core/src/journal/identity.ts:36
Nested workflow spawns: ctx.workflow (kind 'child').
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | Json | Canonical JSON of the arguments; opts.key, when set, replaces args. | packages/core/src/journal/identity.ts:41 |
kind | "child" | - | packages/core/src/journal/identity.ts:37 |
workflow | string | Registered workflow name. | packages/core/src/journal/identity.ts:39 |