ResumeTaskInstances
Resumes multiple suspended task instances in a batch.
Operation description
This API operation is available for all DataWorks editions.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
No |
The IDs of the task instances to resume. |
|
|
integer |
No |
The ID of the task instance. |
1234 |
|
| Comment |
string |
No |
Remarks. |
this is a comment |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. You can use it to locate logs and troubleshoot issues. |
22C97E95-F023-56B5-8852-B1A77A17XXXX |
| SuccessInfo |
object |
The batch operation result, returned as a map. Each key is an instance ID, and each value is the corresponding result. |
|
|
object |
The result. |
||
| Success |
boolean |
Indicates whether the operation succeeded. |
true |
| Message |
string |
The error message. |
The instance does not exist. |
Examples
Success response
JSON format
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17****",
"SuccessInfo": {
"key": {
"Success": true,
"Message": "The instance does not exist.\n"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.