mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Added Time saved node to release notes 2.1.0 (#4038)
Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
This commit is contained in:
BIN
docs/_images/release-notes/time_saved_node_1.png
Normal file
BIN
docs/_images/release-notes/time_saved_node_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 460 KiB |
BIN
docs/_images/release-notes/time_saved_node_2.png
Normal file
BIN
docs/_images/release-notes/time_saved_node_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 KiB |
@@ -113,6 +113,23 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.0.0...n8n@2.1.0)
|
||||
|
||||
This release contains bug fixes and features.
|
||||
|
||||
### **Time Saved node**
|
||||
|
||||
Previously, teams could only track a single fixed time saved value for each workflow regardless of which path an execution takes. The new Time Saved node enables more precise time savings calculations where different execution paths will save different amounts of time.
|
||||
|
||||
With this release you can now:
|
||||
|
||||
- **Choose fixed value or dynamic time tracking**: Use fixed time saved for simple workflows, or use one or many time saved nodes to calculate savings dynamically based on the actual execution path taken
|
||||
- **Configure per-item calculations**: When using the Time Saved node, choose whether to calculate time saved once for all items or multiply by the number of items processed
|
||||
|
||||
The new Time Saved node provides increased accuracy for complex workflows where different execution paths save different amounts of time.
|
||||
|
||||

|
||||
|
||||
n8n automatically totals the time from all Time Saved nodes executed during each workflow run and reports it within the insights dashboard.
|
||||
|
||||

|
||||
|
||||
### Contributors
|
||||
|
||||
[Akcthecoder200](https://github.com/Akcthecoder200)
|
||||
|
||||
Reference in New Issue
Block a user