InstantiateTaskFromTemplate
Creates a task from the task template.
Input
| Name | Type | Required | Description |
| TaskTemplateId | String | True | Globally unique identifier for the task template. |
| Name | String | True | The name of the new task. |
Result Set Columns
| Name | Type | Description |
| Status | String | The status of the operation. |
| TaskId | String | Id of the new task created. |
| TaskName | String | Name of the new task created. |