afsalabdup edited a comment on issue #9343:
URL: https://github.com/apache/airflow/issues/9343#issuecomment-645362906


   Thanks @kaxil .
   Consider DAG which contains 4 tasks - Dummy1 > Dummy2 > Dummy3 > Dummy4 
   If I want to put a future instance task 'Dummy2' ON HOLD, we can mark that 
task to success through CLI by providing future execution id, but the issue is 
when I mark that task to success, downstream tasks (Dummy3 and Dummy4) will 
start running immediately because downstream will check if its upstream Dummy2 
is success or not. I want to put all downstream tasks ON HOLD, means I need to 
mark all downstream tasks to success, so that Dummy2's downstreams won't 
trigger by itself. If we can include downstream tasks while marking Dummy2 to 
success, then we do not have to run 'mark success' commands individually for 
all downstream tasks.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to