Prajwal7842 commented on issue #56723:
URL: https://github.com/apache/airflow/issues/56723#issuecomment-3418474245

   Hi I would like to try this issue. Sharing some information asked above:
   With task group the graph looks like this
   
   <img width="1066" height="483" alt="Image" 
src="https://github.com/user-attachments/assets/d8c17b6d-4f92-4b86-9886-967847862c4f";
 />
   
   I am able to reproduce this issue with the example above:
   Tasks B, C, start run in parallel first while task A waits for them to 
finish. 
   
   <img width="1053" height="528" alt="Image" 
src="https://github.com/user-attachments/assets/db72c4a2-10e3-468e-bc66-dbe6b44ebd75";
 />
   
   When we update the last line to start >> [task_A, task_C, task_E] as 
suggested, the behavior is same and task A does not start first. 
   
   <img width="1565" height="630" alt="Image" 
src="https://github.com/user-attachments/assets/93553216-68cb-4aaa-abb2-fbc5159ca4fa";
 />
   


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