eladkal edited a comment on pull request #16569:
URL: https://github.com/apache/airflow/pull/16569#issuecomment-865192229


   If the dags has tasks in sequence and you unpause it after trigger it will 
prevent the following tasks to be executed wouldnt it?
   I think the use case you described is upause the DAG after completing a run.
   
   Edit: Specificly my question is what happens in dag that have 3 tasks: 
A>>B>>C where A is BashOperator with sleep 3 min? Will B and C get executed?


-- 
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:
[email protected]


Reply via email to