Skip to content

TimelineEntryStatus

type TimelineEntryStatus = "caught" | "failed" | "running" | "succeeded";

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

Outcome of one timeline entry — one run of one state.

Unlike ExecutionStateStatus there is no notReached: an entry exists only because the execution entered the state. running means the entry never closed, which on a finished execution only happens to a state the run was still inside.