When needing to trigger a flow through a standard ...
# ask-community
j
When needing to trigger a flow through a standard web request / response cycle, I should use something like the following right?
Copy code
run_deployment(
    name="myflow/name_here",
    parameters={"user_id": employee},
    timeout=0
)