ProjectTaskTypeInformation
The ProjectTaskTypeInformation parameters are returned by certain APIs.
| Parameter | Type | Max Length | Allow NULL | Description |
|---|---|---|---|---|
| TaskTypeID | integer | The unique ID of the task type. | ||
| TaskTypeLinkID | integer | Each task type can have different versions. They will all have the same TaskTypeLinkID. | ||
| TaskType | 100 | The name of the task type. | ||
| TypeGroupID | integer | The unique ID of the type group (All task types are allocated to a group). | ||
| TypeGroup | 100 | The name of the type group (All task types are allocated to a group). | ||
| WorkFlowTemplateID | integer | The unique ID of the workflow template that this task type follows. | ||
| WorkFlowTemplate | 100 | The name of the workflow template that this task type follows. | ||
| BusinessUnitID | integer | The business unit ID that owns the task type. | ||
| BusinessUnit | 100 | The business unit that owns the task type. | ||
| Process | States if the task is a process task, or general task. | |||
| ResolutionDays | integer | The resolution days for tasks to be completed. |