Use of partial Workflow

Hi everyone! :smiley:

I have made a Workflow that has steps that at some point are not interdependent, they act like branches let’s say. My question is: is there any way to deactivate some of these “branches” if I don’t want to use the complete Workflow? I know I can edit it by “unplugging” the input noodles and it should work but I thought there might be a temporary way to toggle some branches on/off.

Thanks!

Hi @Alan
make a copy of the workflow and remove branch(es) you don’t need. Alternatively, make several small workflows (=branches) and use these small workflow in ‘super-workflow’.
Hope this answers the question.
Kind regards,
Igor

Hi @igor
Thank you for your reply! Yes it does answer my question, in fact it confirms my previous thoughts on how to perform something like this.
Knowing that, I was thinking that it would be nice to have an option to have checkboxes to select the steps we actually want to use before we run the workflow.