Module flow

Source
Expand description

Code for reading process flows file

Structs§

ProcessFlowRaw 🔒

Constants§

PROCESS_FLOWS_FILE_NAME 🔒

Functions§

check_flows_primary_output 🔒
Check the flows are correct for the specified primary output (or lack thereof)
infer_primary_output 🔒
Infer the primary output.
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 🔒