Task
What is a task?
A task is a collection of processors (functions) that will be executed. A task must be defined at the root level of the configuration.
Example
Create the empty default task.
default: !task []
Create a task with a custom name.
delete_all_the_users: !task []
Last updated
Was this helpful?