kaxil commented on code in PR #68028: URL: https://github.com/apache/airflow/pull/68028#discussion_r3366164195
########## airflow-core/docs/core-concepts/tasks.rst: ########## @@ -83,9 +83,53 @@ The possible states for a Task Instance are: * ``up_for_retry``: The task failed, but has retry attempts left and will be rescheduled. * ``up_for_reschedule``: The task is a :doc:`Sensor <sensors>` that is in ``reschedule`` mode * ``deferred``: The task has been :doc:`deferred to a trigger <../authoring-and-scheduling/deferring>` +* ``awaiting_input``: The task is a :doc:`Human-in-the-loop <../tutorial/hitl>` task waiting for a human response. It is managed by the scheduler and uses neither a worker slot nor the triggerer. * ``removed``: The task has vanished from the Dag since the run started -.. image:: /img/diagram_task_lifecycle.png +.. mermaid:: Review Comment: How about this instead @jscheffl ? <img width="1384" height="1501" alt="Image" src="https://github.com/user-attachments/assets/9ba96ff3-ac7c-478c-ab7e-11422f9f231d" /> -- 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]
