From 71ec2280f502ce1659c4629d413401347f9f3cd3 Mon Sep 17 00:00:00 2001 From: nate nowack Date: Fri, 15 Sep 2023 11:26:57 -0500 Subject: [PATCH] Update flows-advanced/using_state_hooks/run_deployment_on_completion.py Co-authored-by: Serina Grill <42048900+serinamarie@users.noreply.github.com> --- .../using_state_hooks/run_deployment_on_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows-advanced/using_state_hooks/run_deployment_on_completion.py b/flows-advanced/using_state_hooks/run_deployment_on_completion.py index aa3ccd6a..8df9e1a5 100644 --- a/flows-advanced/using_state_hooks/run_deployment_on_completion.py +++ b/flows-advanced/using_state_hooks/run_deployment_on_completion.py @@ -1,4 +1,4 @@ -"""This examples uses a State Hook to trigger a deployment when a flow run completes. +"""This examples uses a state change hook to trigger a deployment when a flow run completes. In this case, the downstream deployment accepts the upstream flow run's result as a parameter, therefore we need result persistence to be enabled on the upstream flow.