UNPKG

n8n

Version:

n8n Workflow Automation Tool

3 lines (2 loc) 238 B
import type { IRunExecutionData, ITaskData } from 'n8n-workflow'; export declare function saveExecutionProgress(workflowId: string, executionId: string, nodeName: string, data: ITaskData, executionData: IRunExecutionData): Promise<void>;