Module flow

Source
Expand description

Code for reading process flows file

Structs§

ProcessFlowRaw 🔒

Constants§

PROCESS_FLOWS_FILE_NAME 🔒

Functions§

read_process_flows
Read process flows from a CSV file
read_process_flows_from_iter 🔒
Read ‘ProcessFlowRaw’ records from an iterator and convert them into ‘ProcessFlow’ records.
validate_flows_and_update_primary_output 🔒
validate_or_infer_primary_output 🔒

Type Aliases§

PrimaryOutputsKeys 🔒
PrimaryOutputsMap 🔒
PrimaryOutputsValues 🔒