josh-fell commented on issue #23942:
URL: https://github.com/apache/airflow/issues/23942#issuecomment-1138825883

   IMO this should be expected. The `end` task is expecting an input from the 
`task_to_fail` output but the latter task has failed and doesn't produce an 
`XComArg`. The `end` task does _actually_ run so the trigger rule is respected, 
but fails with:
   ```bash
   airflow.exceptions.AirflowException: XComArg result from task_to_fail at 
taskflow_trigger with key="return_value" is not found!
   ```
   
   What would you expect the behavior to be in this scenario?


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