Team, how can I trigger a flow when a separate flo...
# ask-community
m
Team, how can I trigger a flow when a separate flow completes? Without using automation. Essentially, I am trying to explicitly set dependencies between flows.
j
If you don't want to use automations you can use state change hooks. Inside of your
on_completion
hook you can call
run_deployment
and trigger another flow
1
upvote 1
m
Thank you.