> For the complete documentation index, see [llms.txt](https://docs.api.intratool.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.intratool.de/api-reference/tasks-2/task-progress-fields.md).

# TaskProgressFields

## Introduction

TaskProgressFields keep information that was passed according to [TaskField](/api-reference/tasks-2/task-fields.md) definitions for a [TaskTemplate](/api-reference/tasks-2/task-templates.md) when a user reports progress on a [Task](/api-reference/tasks-2/task-executions.md).

## Model Definition

**Alias**

`taskProgressField`

**Relations**

| Relation                                           | Key         | Type       | Relation Field(s) |
| -------------------------------------------------- | ----------- | ---------- | ----------------- |
| [Task](/api-reference/tasks-2/task-executions.md)  | `task`      | Belongs to | `task_id`         |
| [TaskField](/api-reference/tasks-2/task-fields.md) | `formField` | Belongs to | `form_field_id`   |

**Computed Properties**

* `resolved_value` - Normalized version of `value`, e.g. a [FileManagerFile](/api-reference/filemanager/filemanager-files.md) for a path.

## List

TaskProgressFields are returned when requesting a [Task](/api-reference/tasks-2/task-executions.md) by using [Query Manipulation](/introduction/query-manipulation.md). There are currently no explicit routes for TaskProgressFields.
