ToolJet/docs/versioned_docs/version-3.16.0-LTS/workflows/nodes/operations.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

2025-09-24 08:38:51 +00:00
---
id: operations
2025-09-30 08:33:28 +00:00
title: Node Operations
---
<br/>
2025-10-08 06:43:11 +00:00
You can perform the following operation on the nodes:
2025-09-30 08:33:28 +00:00
### Error Handling
The **Error Handling** node operation in ToolJet workflows lets you define different execution paths based on whether a node succeeds or fails. If a node runs successfully, the workflow continues along the success path, if it fails, the error path is triggered, allowing you to perform custom actions like logging, notifications, or retries.
<img className="screenshot-full img-full" src="/img/workflows/nodes/error-handling.png" alt="Workflows Preview" />
### Copy
The **Copy** operation lets you copy a nodes configuration to your clipboard. You can then paste it into another part of the workflow or a different workflow for quick reuse.
<img className="screenshot-full img-full" src="/img/workflows/nodes/copy.png" alt="Workflows Preview" />
### Duplicate
The **Duplicate** operation instantly creates a copy of the node in the same workflow. This helps speed up building workflows with similar nodes without reconfiguring from scratch.
<img className="screenshot-full img-full" src="/img/workflows/nodes/duplicate.png" alt="Workflows Preview" />
### Delete
The **Delete** operation removes a node and its connections from the workflow. Use this to clean up unused or obsolete nodes and keep your workflow organized.
<img className="screenshot-full img-full" src="/img/workflows/nodes/delete.png" alt="Workflows Preview" />