> For the complete documentation index, see [llms.txt](https://utca.knowledgator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utca.knowledgator.com/tasks.md).

# Tasks

## Use cases

* Tasks used for wrapping [**predictors**](/predictors.md).&#x20;
* Tasks include chains of actions that can be predefined to be executed before and after predictor execution. That can help with formattting of inputs and outputs of predictors. See:

{% content-ref url="/pages/166eASqh2zNw3AzbAS43" %}
[Predictors](/predictors.md)
{% endcontent-ref %}

{% content-ref url="/pages/AvAI7BBSttNLIBvNY0RS" %}
[Task](/tasks/task.md)
{% endcontent-ref %}

## Functionality

Task based on an [**Executable**](/core/executable.md) and introduces **preproccess** and **postprocess** chains of actions that are executed before and after predictor, respectively. See:

{% content-ref url="/pages/AvAI7BBSttNLIBvNY0RS" %}
[Task](/tasks/task.md)
{% endcontent-ref %}
