Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 3.03 KB

TaskrouterV1Task.md

File metadata and controls

32 lines (27 loc) · 3.03 KB

TaskrouterV1Task

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the Task resource.
Age Pointer to int The number of seconds since the Task was created.
AssignmentStatus Pointer to string
Attributes Pointer to string The JSON string with custom attributes of the work. Note If this property has been assigned a value, it will only be displayed in FETCH action that returns a single resource. Otherwise, it will be null.
Addons Pointer to string An object that contains the Add-on data for all installed Add-ons.
DateCreated Pointer to time.Time The date and time in GMT when the resource was created specified in ISO 8601 format.
DateUpdated Pointer to time.Time The date and time in GMT when the resource was last updated specified in ISO 8601 format.
TaskQueueEnteredDate Pointer to time.Time The date and time in GMT when the Task entered the TaskQueue, specified in ISO 8601 format.
Priority Pointer to int The current priority score of the Task as assigned to a Worker by the workflow. Tasks with higher priority values will be assigned before Tasks with lower values.
Reason Pointer to string The reason the Task was canceled or completed, if applicable.
Sid Pointer to string The unique string that we created to identify the Task resource.
TaskQueueSid Pointer to string The SID of the TaskQueue.
TaskQueueFriendlyName Pointer to string The friendly name of the TaskQueue.
TaskChannelSid Pointer to string The SID of the TaskChannel.
TaskChannelUniqueName Pointer to string The unique name of the TaskChannel.
Timeout Pointer to int The amount of time in seconds that the Task can live before being assigned.
WorkflowSid Pointer to string The SID of the Workflow that is controlling the Task.
WorkflowFriendlyName Pointer to string The friendly name of the Workflow that is controlling the Task.
WorkspaceSid Pointer to string The SID of the Workspace that contains the Task.
Url Pointer to string The absolute URL of the Task resource.
Links Pointer to map[string]interface{} The URLs of related resources.
VirtualStartTime Pointer to time.Time The date and time in GMT indicating the ordering for routing of the Task specified in ISO 8601 format.

[Back to Model list] [Back to API list] [Back to README]