starrysxy commented on issue #16285:
URL: 
https://github.com/apache/dolphinscheduler/issues/16285#issuecomment-2216171367

   > > The `ALL` in a dependency means that all tasks in the workflow need to 
be executed successfully. If you want to re-execute a node in the workflow 
without affecting the results of the dependent nodes, you should choose tasks 
in the dependency workflow or reorganize your workflow. @starrysxy
   > 
   > Like I said. The `ALL` in a dependency means that all tasks in the 
workflow need to be executed successfully. In particular, it prevents you from 
manually re-executing a node like this. If the downstream execution continues 
only after all upstream nodes are executed, manually executing a single node is 
an illegal operation, which may cause downstream data exceptions.
   
   I'm sure I get you. But my downstream don't depend on all tasks in the 
upstream, but only one task.


-- 
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