The idea is:
Provide users info about dependencies due to the “Execute Workflow” node. For example maybe something like:
- An option when viewing a flow “Display dependent workflows”
- A warning when deleting a workflow “There are ___ active workflows that currently execut this flow”
- A dependncy digraph view showing a map of which flows depend on which other flows
My use case:
It’d help to generate documentation of complex flows. It’d reduce risk of changes accidentally affecting live flows.
I think it would be beneficial to add this because:
It’d reduce risk of changes accidentally affecting live flows.
Any resources to support this?
viz.js could generate a chart showing dependencies.