ExecutionStateResult
Defined in: src/types/index.ts:1050
Per-state result derived from an execution’s event history.
Properties
Section titled “Properties”attempts
Section titled “attempts”attempts: number;Defined in: src/types/index.ts:1052
Number of attempts (1 + retries); always ≥ 1 for states that were entered
durationMs?
Section titled “durationMs?”optional durationMs?: number;Defined in: src/types/index.ts:1054
Total time spent in the state in milliseconds (summed across re-entries)
error?
Section titled “error?”optional error?: string;Defined in: src/types/index.ts:1056
Error name associated with a failed/caught state
status
Section titled “status”status: ExecutionStateStatus;Defined in: src/types/index.ts:1058
Outcome of the state