When you have a lot of flows, where some of them calls another flow, it would be great if there was a way to see which flows that calls a specific flow. For example it would be helpful, if you edit a flow, there was a way to see in a list which flow or flows that calls this flow.
Even better would be if there was a visual map of flow dependencies.
Here’s an example of what the visual map would look like:
Flow A
Flow B → Flow C → Flow D
Flow C → Flow D
Flow D
Flow E → Flow F
-------------> Flow G
As an explanation to the above map:
Flow A calls no flow
Flow B calls flow C, which in its turn calls flow D
Flow C calls flow D
Flow D calls no flow
Flow E first calls flow F and then calls flow G
Niclas