Skip upstream tasks in a (recurring) scheduled flow #3542
Unanswered
ReubenTheDS
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This info is for anyone who might have questions on skipping upstream tasks in a scheduled flow:
For upstream tasks specifically, see my previous question on "set_dependencies"
Now, let's say you have a flow with 4 tasks scheduled to run every 5 hours. Your pseudocode might be:
Now, if for example, task_2 fails, and you want to skip task_3 & task_4 in this flow run, but have them all run ( as usual ) in the next flow run 5 hours later, modify task_2:
To the gurus out here, as usual, if there's a mistake, or a better/more concise way, please correct me :)
Beta Was this translation helpful? Give feedback.
All reactions