Mengkueri hasil instans alur kerja yang dijalankan ulang secara asinkron.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| OperationId |
string |
Yes |
ID operasi yang digunakan untuk mengkueri hasil instans alur kerja yang dijalankan ulang secara asinkron. Nilai ini diperoleh dari operasi RerunWorkflowInstances. |
e15ad21c-b0e9-4792-8f55-b037xxxxxxxx |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID, used for log tracing and troubleshooting. |
22C97E95-F023-56B5-8852-B1A77A17XXXX |
| Result |
object |
The result of the workflow instance rerun. |
|
| Status |
string |
The status. NotRun Success Failure |
Success |
| FailureMessage |
string |
The failure message. Returned if the rerun fails. |
Invalid Param xxx |
Contoh
Respons sukses
JSONformat
{
"RequestId": "22C97E95-F023-56B5-8852-B1A77A17XXXX\n",
"Result": {
"Status": "Success",
"FailureMessage": "Invalid Param xxx\n"
}
}
Kode kesalahan
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.