Path between 2 microflows

0
Hi Mx Community,   Sometimes I look at one microflow and a second and wonder if there is a path between the two. I can navigate from one to another by asking the Usage and can get lost because microflows have the same name in a different module.   So my question is: is there a way to see the path between 2 microflows.   Thanks in advance, Pascal
asked
1 answers
1

I believe that the only way to see the connection between two microflows (besides looking at usage) is to follow the logic, open each microflow/sub-microflow and connect the dots. That said there are two good practices that you may want to implement to avoid confusion in future:

1. where possible try to have unique names for your microflows, or

2. if they have the same function, can you reuse one microflow instead of having duplicates

answered