Skip to content

TaskProgressFields

Introduction

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

Model & Relations

Namespace

Modules\Tasks\Entities\TaskProgressField

Relations

RelationKeyTypeRelation Field(s)
TasktaskBelongs totask_id
FormFieldformFieldBelongs toform_field_id

Computed Properties

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

Get

TaskProgressFields are fetchable when requesting a Task by utilizing Query-Manipulation. There are currently no explicit routes for TaskProgressFields.