github.com/twilio/twilio-go@v1.20.1/rest/taskrouter/v1/docs/TaskrouterV1Workflow.md (about) 1 # TaskrouterV1Workflow 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Workflow resource. | 8 **AssignmentCallbackUrl** | Pointer to **string** | The URL that we call when a task managed by the Workflow is assigned to a Worker. See Assignment Callback URL for more information. | 9 **Configuration** | Pointer to **string** | A JSON string that contains the Workflow's configuration. See [Configuring Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for more information. | 10 **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 11 **DateUpdated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 12 **DocumentContentType** | Pointer to **string** | The MIME type of the document. | 13 **FallbackAssignmentCallbackUrl** | Pointer to **string** | The URL that we call when a call to the `assignment_callback_url` fails. | 14 **FriendlyName** | Pointer to **string** | The string that you assigned to describe the Workflow resource. For example, `Customer Support` or `2014 Election Campaign`. | 15 **Sid** | Pointer to **string** | The unique string that we created to identify the Workflow resource. | 16 **TaskReservationTimeout** | Pointer to **int** | How long TaskRouter will wait for a confirmation response from your application after it assigns a Task to a Worker. Can be up to `86,400` (24 hours) and the default is `120`. | 17 **WorkspaceSid** | Pointer to **string** | The SID of the Workspace that contains the Workflow. | 18 **Url** | Pointer to **string** | The absolute URL of the Workflow resource. | 19 **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. | 20 21 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 23