GitHub user martenbloch added a comment to the discussion: TaskInstance State Change Events - on_task_instance_success not triggered when marking a task instance as success from the Airflow UI
Problem solved. It turns out that when you mark task as success via GUI, log is present in api-server. Key was your statement: "listeners are run possibly in different component than you think", thanks. Btw, I noticed that previous_state argument in function on_task_instance_success is always None(made test were task fails and then I marked it as success and then as fail). GitHub link: https://github.com/apache/airflow/discussions/59706#discussioncomment-15441988 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
