The idea is:
Allow adding expression to Track Time Saved node
My use case:
In some workflows, a single execution represents multiple processed items (e.g., multiple lines or records), where the time saved should scale with the number of items.
Example:
- Base time per execution: 3 minutes
- Additional time: 10 seconds per processed line
- Total time should be calculated, rounded up to whole minutes
While this calculation can be done in a Set or Code node, the Track Time Saved node currently only accepts a static numeric value for minutes and does not allow binding a value from previous nodes.
I think it would be beneficial to add this because:
This would make time tracking more accurate for workflows that process variable-sized batches.