/** * This file was auto-generated by Fern from our API Definition. */ /** * The latest execution state of a given Workflow Execution */ export interface WorkflowResolvedState { traceId: string; timestamp: Date; spanId: string; state: Record; previousSpanId?: string | null; previousTraceId?: string | null; rootSpanId?: string | null; rootTraceId?: string | null; }