utils#

predict_backend.page.utils.trigger_flow_execution(flow_name, store_interface, input_parameters={})#

A utility function to trigger the execution of another flow (to be run headless). For example trigger the execution of another flow upon the completion of a different flow.

Parameters:
  • flow_name (str) – The name of the flow to trigger. Flow names are usually CamelCaseNames.

  • store_interface (StoreInterface) – The StoreInterface to pass metadata about the flow execution environment.

  • input_parameters (Optional[dict]) – Additional input parameters to pass to the triggered flow