Description
Hello !
I would like to create a reusable sequence in the editor, but only for the current workflow.
For example, I have a sequence with a switch containing 5 branches. Four out of the five branches share exactly the same steps with almost identical content.
To simplify maintenance, I would like to avoid copying and pasting the existing steps. Instead, I’m looking for a mechanism, such as a "sub-sequence" or something similar, to group shared steps in a single place.
Let me give you an example based on your "folders" sample:
I have this flow with 2 folders, and both folders should share the same steps.
In the "false" branch, there are some additional steps to be done after the "folder" one.
When editing the flow from the "true" branch folder, I would like it to automatically reflect in the "false" branch folder.
Is there a way to achieve this?
I initially thought of using folders, but it seems they don’t share steps between instances.
Thanks again for the great work and your help!