Skip to content

TimelinePayload

Defined in: src/types/index.ts:1092

One captured execution payload — a state’s input, its output, or a failure’s cause.

Truncated rather than embedded whole: these are the largest and the most sensitive content a history carries, and one oversized Map input would otherwise dominate a document. truncatedFrom is the original’s length, so a reader can tell how much of it they are looking at.

text: string;

Defined in: src/types/index.ts:1094

The payload, cut to the embedding cap.


optional truncatedFrom?: number;

Defined in: src/types/index.ts:1096

Length of the original in characters; present only when text is a prefix of it.