trigger¶
- virtualitics_sdk.trigger.trigger.trigger_flow_execution(flow_name, store_interface, input_parameters={})¶
A utility function to trigger the execution of another app (to be run headless). For example trigger the execution of another app upon the completion of a different app.
- Parameters:
flow_name (
str
) – The name of the app to trigger. App names are usually CamelCaseNames.store_interface (
StoreInterface
) – The StoreInterface to pass metadata about the app execution environment.input_parameters (
Optional
[dict
]) – Additional input parameters to pass to the triggered app