Multiple Trigger manually (manual trigger) nodes

The idea is:

When you want to have multiple workflow-paths in one n8n workflow, you have to be creative to implement this. One solution is to disable some paths completely or create stop-without-error nodes, e.g. by using filter-noded (image left side).
A better solution would be to have multiple “Trigger manually” nodes. To execute a workflow, only one has to be active. That could be implemented by a right-click → activate context menue. Also a simple flag in the workflow JSON could handle it.

My use case:

Multiple workflow-paths to execute in one n8n workflow.

I think it would be beneficial to add this because:

Easier to have several execution options without filter-nodes or switch-nodes. Most important: Visually more beautiful and easier to handle.

Any resources to support this?

No

Are you willing to work on this?

No, I am not so deep into the frontend