The idea is:
When a specific node executes, automatically add a tag to that execution.
My use case:
I have a flow where I use a schedule trigger. This means that not every execution is relevant for debugging purposes—I want to easily identify the executions that actually performed meaningful actions.
I think it would be beneficial to add this because:
It would make debugging much easier. When testing, I could more easily find and review the important executions.
