Manually stops a workflow task.
Operation description
This operation is only used to stop workflow tasks in real-time scenarios such as live streaming and RTC. It cannot be used to stop tasks in offline scenarios.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:StopAIWorkflowTask |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TaskId |
string |
No |
The ID of the workflow task. |
********-266c-4bb8-b20c-6faa******** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******11-DB8D-4A9A-875B-275798****** |
| TaskId |
string |
The ID of the workflow task. |
********-266c-4bb8-b20c-6faa******** |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"TaskId": "********-266c-4bb8-b20c-6faa********"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.