Re-runs a task flow instance by calling the ReRunTaskFlowInstance operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ReRunTaskFlowInstance |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The tenant ID. Note
You can move the pointer over the profile picture in the upper-right corner and view the tenant ID. For more information, see View tenant information. |
3*** |
| DagId |
integer |
Yes |
The task flow ID. You can obtain this parameter by calling the ListTaskFlow or ListLhTaskFlowAndScenario operation. |
7*** |
| DagInstanceId |
integer |
Yes |
The ID of the task flow execution record. You can obtain this parameter by calling the ListTaskFlowInstance operation. |
47**** |
| DagVersion |
string |
No |
The task flow version number. You can obtain this parameter by calling the ListDAGVersions operation. |
2**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. You can use the ID to locate logs and troubleshoot issues. |
8CFF2295-8249-5287-B888-DBD4F0D76CB0 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "8CFF2295-8249-5287-B888-DBD4F0D76CB0",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.