4.1 AWEL Lifecycle
Task Lifecycle Hooks
Task lifecycle hooks are a set of methods that can be implemented in a task to perform actions at different stages of the task lifecycle. The following hooks are available:
before_dag_run
: Execute before DAG runafter_dag_end
: Execute after DAG end