Dannila opened a new issue, #10049:
URL: https://github.com/apache/dolphinscheduler/issues/10049

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   Condition is a condition node that decides which downstream task should run 
based on the condition of the upstream task. When the upstream task runs 
successfully, run the success branch. When the upstream task fails to run, run 
the failure branch. But now no matter whether the upstream task runs 
successfully or fails, only the tasks of the successful branch will be run.
   
   ### What you expected to happen
   
   The Condition task should decide which downstream task should run based on 
the conditions of the upstream task.
   
   
   
   ### How to reproduce
   
   Create a Condition task, determine the successful or failed branch task and 
run it。
   
![88b146a52756eca53062464932ce43ee83419c55aea5a79790e7b10f03a58656QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzE4NDY0MjJfNkY4NkVDRTItM0RGMy00YTBkLTlBODctQkQzQ0M3RDJEMjQxLnBuZw==](https://user-images.githubusercontent.com/94423827/168713638-e0224f37-6974-4596-b0a9-ac9f6085c6aa.png)
   
   
   When the upstream task runs successfully, Conditions select the successful 
branch task and run it.
   
![f8299c96165ba1ffcb11dbf8594d774f451f56f75a2ee249d7efef113123b647QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIzNzYzMTRfNEQwMEFFODItMkM0Mi00MzQ5LUEwQjItNjg3RTNGRkRBREU2LnBuZw==](https://user-images.githubusercontent.com/94423827/168713859-347362dd-9362-4372-afeb-dcbb97a94c3b.png)
   
   
   But when the upstream task fails to run, Conditions still select the 
successful branch task and run it.
   
![7c0b8fa87da3b1ed1640c8c7cab9d8d1e5e6a32fd69df209fe46ef541c803686QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIyMDAwOTJfODJFRkMyRDgtRjdENC00OTE5LUIyNTEtREE2MUEyNjJCMDVFLnBuZw==](https://user-images.githubusercontent.com/94423827/168713942-d779fded-717f-41c6-af8e-d46b66de8a79.png)
   
   
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to