Description: Tasks make it possible to describe and report progress for activity work at a granular level by breaking an activity into its component parts.
Field | Type | Description | Read-Only |
---|---|---|---|
ActivityObjectId | ForeignKey | The unique ID of the associated activity. | No |
Company | String | The company associated to the lean task. | No |
CompletedDate | DateTime | The completion date of the lean task. | No |
DueDate | DateTime | The due date of the lean task. | No |
Duration | Int | The duration of the lean task. | No |
Flag | Boolean | The Boolean value indicating if the task is flagged. | No |
IsCompleted | Boolean | The Boolean value indicating if the lean task is completed. | No |
IsOverdue | Boolean | The Boolean value indicating if the lean task is overdue. | No |
IsUseOnlyWorkDays | Boolean | The Boolean value indicating if only calendar work days should be used. | No |
LeanTaskId | String | The ID of the lean task. | No |
Name | String | The name of the lean task. | No |
ObjectId | Int | The unique ID generated by the system. | No |
ProposedDueDate | DateTime | The proposed due date for the lean task. | No |
StartDate | DateTime | The start date of the lean task. | No |
Status | String | The status of the lean task. | No |
StatusCompletion | String | The status completion of the lean task. | No |
StatusDates | String | The status dates of the lean task. | No |
TaskType | String | The field is used to identify whether the task is just a Task or Task milestone. | No |