Menghentikan beberapa instans alur kerja pada satu pengatur waktu.
Deskripsi operasi
This API operation is available for all DataWorks editions.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| Ids |
array |
Yes |
ID instans alur kerja. |
|
|
integer |
No |
The workflow instance ID. |
1234 |
|
| Comment |
string |
No |
Komentar. |
this is a comment |
Elemen respons
|
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. |
Contoh
Respons sukses
JSONformat
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17****",
"SuccessInfo": {
"key": {
"Success": true,
"Message": "The instance does not exist."
}
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.