Carrot reference
...
Fields
Data Types

Task

An entity type that represents a Task that has been assigned to a user to complete, such as a form submission.

Properties

Property

Type

Description

user

User

The user who was assigned the task

person

Person

The person who was assigned the task

status

Enum

Whether the task was completed or not. Allowed values:

  • Pending
  • Done
  • Expired
  • Skipped

doneAt

Timestamp

The moment the task was completed, or null if never completed

createAt

Timestamp

The moment the task was created (first assigned)

dueAt

Timestamp

The moment the task is due, or null if the task does not have a due date



Updated 07 Nov 2024
Doc contributor
Did this page help you?