Skip to main content

Interface: ActivityOccurrenceLine

Defined in: packages/sdk/src/types/generated/activity_feed.ts:506

One row of the one view: an occurrence, and the state it carries.

event is the same typed line the leaf grain serves — the occurrence is a log row, so the merged read adds no second grain and no new materialization; it joins the open-items projection on the event occurrence that opened the current episode. openState remains as a compatibility mirror of event.openState.

Properties

event

event: ActivityEventLine

Defined in: packages/sdk/src/types/generated/activity_feed.ts:507


openState?

optional openState: ActivityOpenStateResponse | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:508