How can I define state dependencies between tasks?
|
|
2
|
3641
|
May 28, 2024
|
Propose_state, set_flow_run_state causes main flow to abort
|
|
0
|
372
|
March 31, 2023
|
How can I trigger downstream tasks based on upstream task’s state?
|
|
4
|
2794
|
December 13, 2022
|
You No Longer Need Two Separate Systems for Batch Processing and Streaming - by Anna Geller
|
|
3
|
1725
|
September 7, 2022
|
Can I call a task from another task?
|
|
0
|
2383
|
August 21, 2022
|
How to add retries when processing files and know which files failed to get processed?
|
|
0
|
808
|
July 13, 2022
|
How to ensure that my flow run is considered failed when any of mapped tasks failed?
|
|
0
|
1401
|
April 20, 2022
|
How to set upstream task dependencies between a ShellTask and downstream mapped tasks?
|
|
0
|
1011
|
April 20, 2022
|
Why are my mapped tasks running out of expected order when using multiple levels of mapped tasks?
|
|
0
|
641
|
April 12, 2022
|
How to ensure that a flow with last task being Skipped will be considered Failed if some other important tasks fail?
|
|
0
|
659
|
February 16, 2022
|
How do I include both data and state dependences in a Prefect flow?
|
|
0
|
549
|
March 6, 2022
|
We want to create a mapped task that retries N times and then proceeds to the downstream task if "any_successful" - Is it possible?
|
|
0
|
909
|
March 6, 2022
|
How to take action upon 3 unsuccessful task runs and do something else on third retry?
|
|
0
|
1400
|
February 27, 2022
|
How to ensure that my tasks immediately fail if a specific upstream task failed?
|
|
0
|
2314
|
January 31, 2022
|
How can I control the final state of a flow run?
|
|
0
|
1546
|
January 24, 2022
|
What is the final state of a successful flow run?
|
|
0
|
871
|
January 24, 2022
|
How to avoid tasks such as List, Tuple or Dict in a flow structure?
|
|
0
|
717
|
February 18, 2022
|
What might be causing the following error: “Trigger was "all_successful" but some of the upstream tasks failed”?
|
|
0
|
726
|
February 18, 2022
|
How to build a conditional flow-of-flows, i.e. trigger a different child flow depending on the upstream flow's state?
|
|
0
|
1985
|
February 7, 2022
|
How can I pass data between tasks using the imperative API? Do I need to set state dependencies separately?
|
|
0
|
803
|
January 31, 2022
|