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 ๐Ÿ”’