Benchling Procedure Flowchart Config Version Proxy API
Represents a snapshot of a procedure's flowchart configuration at a specific point in time. The flowchart defines the structure of a procedure as a directed graph, where nodes represent method steps (see `nodes` and `ProcedureMethodDefinitionVersion`) and edges define the execution order and dependencies between them (see `edges` and `ProcedureEdge`). This type is accessible from `Procedure` (via `latestProcedureFlowchartConfigVersionProxy` and `publishedProcedureFlowchartConfigVersionProxy`), `ProcedureRun`, and `ProcedureRunPlan` (not yet in alpha) to provide a read-only view of the flowchart structure for execution and planning purposes.