For the complete documentation index, see llms.txt. This page is also available as Markdown.

TaskProgressFields

Introduction

TaskProgressFields keep information that was passed according to TaskField definitions for a TaskTemplate when a user reports progress on a Task.

Model Definition

Alias

taskProgressField

Relations

Relation
Key
Type
Relation Field(s)

task

Belongs to

task_id

formField

Belongs to

form_field_id

Computed Properties

  • resolved_value - Normalized version of value, e.g. a FileManagerFile for a path.

List

TaskProgressFields are returned when requesting a Task by using Query Manipulation. There are currently no explicit routes for TaskProgressFields.

Last updated