diff --git a/packages/cli/src/Server.ts b/packages/cli/src/Server.ts index fb4523af3c..4b717037c9 100644 --- a/packages/cli/src/Server.ts +++ b/packages/cli/src/Server.ts @@ -572,6 +572,7 @@ class App { const newWorkflowData = req.body as IWorkflowBase; const id = req.params.id; + newWorkflowData.id = id; await this.externalHooks.run('workflow.update', [newWorkflowData]);