apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.4k stars 4.49k forks source link

[Bug] Workflow status is success when task execute failed #16150

Closed ruanwenjun closed 1 week ago

ruanwenjun commented 2 weeks ago

Search before asking

What happened

I have a workflow like below, pass node is a forbidden node.

After execute, the workflow instance status is success.

image

This is caused by we didn't put the failed node into error map

What you expected to happen

xx

How to reproduce

xx

Anything else

No response

Version

3.2.x

Are you willing to submit PR?

Code of Conduct