Benchling Procedure Run Condition API
A ProcedureRunCondition represents a configuration of the methods of a Procedure that is being executed within a ProcedureRun. The values associated with the ProcedureRunCondition are not exposed on the ProcedureRunCondition itself, but instead can be found by traversing: ProcedureRunCondition -> ProcedureRunConditionReplicate (pick any, since every replicate uses the same set of values) -> ProcedureMethodExecutionInstance (join all, since each method has its own set of values) -> ProcedureMethodDefinitionVersion -> ProcedureParameterValueSet