Start multiple workflow instances in batch.
Operation description
You must purchase DataWorks Basic Edition or a higher edition to use this feature.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
Yes |
The IDs of workflow instances. |
|
|
integer |
No |
The ID of the workflow instance. |
1234 |
|
| Comment |
string |
No |
The remarks. |
this is a comment |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
22C97E95-F023-56B5-8852-B1A77A17**** |
| SuccessInfo |
object |
The result of the batch operation, which is in the MAP structure. The workflow instance ID serves as a key, and the result serves as a value. |
|
|
object |
The result. |
||
| Success |
boolean |
Indicates whether the request was successful. |
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."
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.