UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 271 B
import type { ExecutionError, INode, IRun, WorkflowExecuteMode } from 'n8n-workflow'; export declare class ExecutionDataService { generateFailedExecutionFromError(mode: WorkflowExecuteMode, error: ExecutionError, node: INode | undefined, startTime?: number): IRun; }