• Converts a dataflow graph to a mermaid url that visualizes the graph.

    Parameters

    • graph: DataflowGraph

      The graph to convert

    • OptionalincludeEnvironments: boolean

      Whether to include the environments in the mermaid graph code

    • Optionalmark: ReadonlySet<NodeId>

      Special nodes to mark (e.g., those included in the slice)

    • simplified: boolean = false

      Whether to simplify the graph

    Returns string