FlowStatus: { failure_module: FlowStatusModule & { parent_module?: string; }; modules: FlowStatusModule[]; retry?: { fail_count?: number; failed_jobs?: string[]; }; step: number; user_states?: unknown; } Type declaration
failure_module: FlowStatusModule & {
parent_module?: string;
}
Optional retry?: {
fail_count?: number;
failed_jobs?: string[];
}
Optional fail_count?: number
Optional failed_jobs?: string[]
step: number
Optional user_states?: unknown