Show triggering node per Execution in the Executions list

I’d like to suggest a small but very useful UI improvement for the Executions list.

When a workflow can be triggered by multiple trigger nodes (for example: a Webhook trigger and a Schedule trigger in the same workflow), it’s currently hard to quickly identify which trigger caused each execution.

Proposed feature:
Add a visible label / tag for each execution in the Executions list that indicates which trigger node started it (e.g. Webhook, Schedule, Manual, etc.).

Why this is useful:

  • Helps quickly filter and visually identify relevant executions
  • Makes debugging much easier in workflows with multiple triggers
  • Saves time when investigating issues related to a specific trigger source
  • Especially helpful for production workflows that mix webhooks, schedules, and manual runs

UI suggestion:
A small tag or badge next to each execution entry (similar to status or timing info) showing the trigger type or trigger node name.

The attached image shows a mockup of the Executions list with an example of how this feature could look in the UI.

Thanks!