Queries the information about a workflow task by task ID, including the workflow ID and the status and result of the task. You can query only the workflow task data of the last year.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| TaskId | string | No | The ID of the workflow task. | ******4215e042b3966ca5441e****** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "******0C-7870-15FE-B96F-8880BB******",
"WorkflowTask": {
"TaskId": "******4215e042b3966ca5441e******",
"Status": "Succeed",
"TaskInput": {
"Type": "Media",
"Media": "******30706071edbfe290b488******"
},
"CreateTime": "2023-01-04T02:05:17Z",
"FinishTime": "2023-01-04T02:06:19Z",
"Workflow": {
"WorkflowId": "******63dca94c609de02ac0d1******",
"Name": "",
"Status": "Active",
"Type": "Common",
"CreateTime": "2022-11-27T10:02:12Z",
"ModifiedTime": "2022-11-29T02:06:19Z\n"
},
"ActivityResults": "",
"UserData": {
"NotifyAddress": "http://xx.xx.xxx"
}
}
}Error codes
For a list of error codes, visit the Service error codes.
