Module flowstdlib::control

source ·
Expand description

Functions and flows to control the flow of data in a flow based on control inputs. functions for controlling data flow

Control (//flowstdlib/control)

Functions to control the flow of data on connections between other processing functions

Modules

  • A module with functions to compare data elements and output a value depending on comparison
  • A function to select a value to pass based on index
  • A flow wrapper for the Index function to simplify its use by supplying most frequently used initializers to some inputs.
  • A function for joining data
  • A function to route data based on a control value
  • A function to select data on output on a control value
  • A function to control the flow of data based on a control value