Rulvar API reference / @rulvar/rulvar / JournaledChildRoster
Interface: JournaledChildRoster
Defined in: packages/core/dist/index.d.ts
One orchestration's children, folded from its journal (RV2702).
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
admitted | number | Spawn admissions the controller ADMITTED. | packages/core/dist/index.d.ts |
children | JournaledChild[] | Every admitted child the journal holds a dispatch for, in dispatch order. | packages/core/dist/index.d.ts |
childScope | string | The scope the children dispatched under, which identifies the orchestration. | packages/core/dist/index.d.ts |
rejected | number | Spawn admissions it refused: no child ever ran, and none is listed below. | packages/core/dist/index.d.ts |