pub fn create_reaction_graph(
    env_builder: &EnvBuilder
) -> Result<String, BuilderError>
Expand description

Build a GraphViz representation of the “Reaction Graph”, where the nodes are Reactions, and the edges are dependencies between Reactions. Reactions are clustered into their “Execution Level”. Reactions within the same level can be scheduled in parallel.