Add tag to execution

The idea is: Add tag to execution from within workflow

To improve my ability to search previous workflow executions and use the execution history filter, I’d like to add tags to my workflow execution directly from a node in the workflow.

My use case: Improve observability for historical executions

As a developer
When I am debugging executions
Then I can add “debug” tag via workflow node to better identify my single execution

I think it would be beneficial to add this because: Developer productivity improved

Any resources to support this?

no

Are you willing to work on this?

no

Came here to see this.

I have thousands of executions per day (say on webhooks), but only handful that are important for me (so, webhook with interesting payload or something).

I’d like to be able to programmicaly tag execution, so i could later filter the list.

The ability to programmatically add tags based on execution parameters would be extremely helpful, especially with high volume workflows including switch nodes. It can be time consuming to click through all executions to find just executions that followed Switch logic x.