Retries a workflow execution.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The cluster ID. |
xxljob-b6ec1xxxx |
| AppName |
string |
Yes |
The name of the application. |
test-app |
| WorkflowExecutionId |
integer |
Yes |
The workflow execution ID. |
1450568762586578000 |
| OnlyFailed |
boolean |
No |
Set to |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
3835AA29-2298-5434-BC53-9CC377CDFD2C |
| Code |
integer |
The response code. |
200 |
| Success |
boolean |
Indicates whether the call succeeded.
|
true |
| Message |
string |
The error message. |
Parameter check error |
Examples
Success response
JSON format
{
"RequestId": "3835AA29-2298-5434-BC53-9CC377CDFD2C",
"Code": 200,
"Success": true,
"Message": "Parameter check error"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Parameter error: %s. | Parameter error: %s |
| 401 | IllegalRequest | IllegalRequest: %s. | Illegal request:%s |
| 500 | InternalError | InternalError: %s. | System Internal Error: %s |
| 403 | NoPermission | No permission to perform this operation: %s. | No permission to perform this operation: %s |
| 404 | NotFound | Not found: %s. | The resource does not exist: %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.