Suspends a running task flow instance by calling the SuspendTaskFlowInstance operation.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:SuspendTaskFlowInstance |
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**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID, which is used to locate logs and troubleshoot issues. |
028BF827-3801-5869-8548-F4A039256305 |
| ErrorCode |
string |
The error code. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the call failed. |
UnknownError |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "028BF827-3801-5869-8548-F4A039256305",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.