Combine multiple workflows in to one (merge)

Hi Is it possible to combine multiple workflows in to one (merge them).

Merge Multiple Make Scenarios into One says not possible, has that changed?

i have a solution.

First, click on the initial connection from which you want to copy the modules. Next, right-click and select ‘Select Whole Branch.’ Once the modules are highlighted, right-click on any of the selected modules and choose ‘Copy Modules.’ You can then paste this entire branch of the workflow elsewhere or duplicate it within the same workflow.

Maybe also relevant: make of each scenario a subscenario, and link these subscenarios together via parent (and possible bridge) scenario.

I’ve done this partly because of the modularity advantages also described by Make:

You can split a complex scenario into multiple chained scenarios. By breaking down a complex workflow into smaller, manageable scenarios, it becomes easier to design, debug, and maintain. In addition, you can link the scenario with other scenarios in the future, to avoid rebuilding the same logic.