Rulvar API reference / @rulvar/core / EffectDispositionDecision
Interface: EffectDispositionDecision
Defined in: packages/core/src/effects/types.ts:288
A journaled human disposition of a quarantine or an incident.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
causalRef? | number | The incident this disposition answers, when not the quarantine. | packages/core/src/effects/types.ts:296 |
decisionType | "effect_disposition" | - | packages/core/src/effects/types.ts:289 |
disposition | string | - | packages/core/src/effects/types.ts:294 |
intentRef | number | - | packages/core/src/effects/types.ts:291 |
opId | string | - | packages/core/src/effects/types.ts:290 |
principal | string | - | packages/core/src/effects/types.ts:292 |
reason | string | - | packages/core/src/effects/types.ts:293 |