mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
fix(ado-4352): add missing docs on archive-unarchive hooks (#3831)
Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
This commit is contained in:
parent
c156280ece
commit
e837c3946b
@ -117,6 +117,8 @@ It's possible to define external hooks that n8n executes whenever a specific ope
|
||||
| `workflow.postExecute` | `[run: IRun, workflowData: IWorkflowBase]` | Called after a workflow gets executed. |
|
||||
| `workflow.preExecute` | `[workflow: Workflow: mode: WorkflowExecuteMode]` | Called before a workflow gets executed. Allows you to count or limit the number of workflow executions. |
|
||||
| `workflow.update` | `[workflowData: IWorkflowBase]` | Called before an existing workflow gets saved. |
|
||||
| `workflow.afterArchive` | `[workflowId: string]` | Called after you archive a workflow. |
|
||||
| `workflow.afterUnarchive` | `[workflowId: string]` | Called after you restore a workflow from the archive. |
|
||||
|
||||
### Registering hooks
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user