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