Skip to content

Commit 779e681

Browse files
github-actions[bot]FAQ Bot
andauthored
NEW: Why can a Kestra workflow show successful upstream tasks even when downs (#133)
Co-authored-by: FAQ Bot <faq-bot@datatalks.club>
1 parent e8c724d commit 779e681

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: 70722b98b6
3+
question: Why can a Kestra workflow show successful upstream tasks even when downstream
4+
tasks fail?
5+
sort_order: 9
6+
---
7+
8+
Kestra executes tasks independently according to defined dependencies. A task is marked successful if its own execution completes without error, regardless of downstream failures. This makes it possible to inspect intermediate outputs and logs (such as file size computation) even if later database or merge steps fail.

0 commit comments

Comments
 (0)