TaskProgressFields

Introduction

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

Model Definition

Relations

RelationKeyTypeRelation 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 fetchable when requesting a Task by utilizing Query-Manipulation. There are currently no explicit routes for TaskProgressFields.

Last updated