UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 245 B
import type { IRun, IWorkflowBase, WorkflowExecuteMode } from 'n8n-workflow'; export declare function executeErrorWorkflow(workflowData: IWorkflowBase, fullRunData: IRun, mode: WorkflowExecuteMode, executionId?: string, retryOf?: string): void;