|
| 1 | + .. Licensed to the Apache Software Foundation (ASF) under one |
| 2 | + or more contributor license agreements. See the NOTICE file |
| 3 | + distributed with this work for additional information |
| 4 | + regarding copyright ownership. The ASF licenses this file |
| 5 | + to you under the Apache License, Version 2.0 (the |
| 6 | + "License"); you may not use this file except in compliance |
| 7 | + with the License. You may obtain a copy of the License at |
| 8 | +
|
| 9 | + .. http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + .. Unless required by applicable law or agreed to in writing, |
| 12 | + software distributed under the License is distributed on an |
| 13 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | + KIND, either express or implied. See the License for the |
| 15 | + specific language governing permissions and limitations |
| 16 | + under the License. |
| 17 | +
|
| 18 | +Human in the Loop (HITL) Operators |
| 19 | +================================== |
| 20 | + |
| 21 | +Human-in-the-Loop (HITL) operators enable workflows where task execution |
| 22 | +can pause and wait for human input, approval, or intervention before |
| 23 | +continuing. |
| 24 | + |
| 25 | +These operators are part of the ``apache-airflow-providers-standard`` |
| 26 | +package and are intended for modeling approval steps or manual decision |
| 27 | +points within automated pipelines. |
| 28 | + |
| 29 | +Available HITL operators |
| 30 | +------------------------ |
| 31 | + |
| 32 | +The Standard provider includes Human-in-the-Loop (HITL) operators. |
| 33 | +For the complete and up-to-date list of available operators and their |
| 34 | +parameters, refer to the Python API documentation: |
| 35 | + |
| 36 | +`Python API reference <https://airflow.apache.org/docs/apache-airflow-providers-standard/stable/_api/airflow/providers/standard/operators/hitl/index.html>`_ |
| 37 | + |
| 38 | +Usage guide |
| 39 | +----------- |
| 40 | + |
| 41 | +For an end-to-end guide on using HITL operators, including examples and |
| 42 | +recommended patterns, see the HITL tutorial: |
| 43 | + |
| 44 | +* `HITL tutorial <https://airflow.apache.org/docs/apache-airflow/stable/tutorial/hitl.html>`_ |
0 commit comments