TaskStatusCreateDto

A TaskStatus is a named status level used by your business to determine how to measure the
progress of Tasks. You can define your own named status levels that are appropriate for
your business and determine which status levels are considered done.

Fields

FieldDescription
id
uuid
optional
The unique identifier of this TaskStatus.
name
string
required
minimum 1 characters
The name of this TaskStatus.
order
int32
optional
A numerical value that can be used to sort TaskStatus values according to the
needs of your business.