UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

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