TaskDescription

TaskDescription
TaskDescription

Static strings for task objects.

These strings are locale-specific.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "methodInfo": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "state": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ],
    "reason": [
        {
            "_typeName": "string",
            "label": "string",
            "summary": "string",
            "key": "string"
        }
    ]
}
methodInfo
Required

Display label and summary for all tasks

state
Required

TaskInfo State enum

reason
Required

Kind of entity responsible for creating this task.