UNPKG
@mineru98/n8n-ko
Version:
latest (1.100.5)
1.100.5
1.100.4
1.100.3
1.100.2
1.100.1
n8n Workflow Automation Tool - Korean Version
github.com/Mineru98/n8n-ko
Mineru98/n8n-ko
@mineru98/n8n-ko
/
dist
/
execution-lifecycle
/
save-execution-progress.d.ts
3 lines
(2 loc)
•
238 B
TypeScript
View Raw
1
2
3
import
type
{
IRunExecutionData
,
ITaskData
}
from
'n8n-workflow'
;
export
declare
function
saveExecutionProgress
(
workflowId
:
string
,
executionId
:
string
,
nodeName
:
string
,
data
:
ITaskData
,
executionData
:
IRunExecutionData
):
Promise
<
void
>;