Resumes a paused task flow instance.
Operation description
This operation is applicable only to task flow instances that are paused.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:ResumeTaskFlowInstance |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The tenant ID. You can call the GetUserActiveTenant or ListUserTenants operation to obtain this parameter. |
3*** |
| DagId |
integer |
Yes |
The task flow ID. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to obtain this parameter. |
11**** |
| DagInstanceId |
integer |
Yes |
The ID of the task flow instance. You can call the ListTaskFlowInstance operation to obtain this parameter. |
3**** |
| DagVersion |
string |
No |
The version number of the task flow. You can call the ListDAGVersions operation to obtain this parameter. |
[] |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
7FF2E325-763F-5E27-9157-C3CFA02F4CBF |
| 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": "7FF2E325-763F-5E27-9157-C3CFA02F4CBF",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.