Stops a running task flow instance.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:StopTaskFlowInstance |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the tenant ID, log on to the Data Management (DMS) console and hover over the profile picture in the upper-right corner. For more information, see View information about the current tenant. |
3*** |
| DagId |
integer |
Yes |
The ID of the task flow. Call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. |
7*** |
| DagInstanceId |
integer |
Yes |
The ID of the task flow execution record. Call the ListTaskFlowInstance operation to query the execution record ID. |
47**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID, used for log queries and troubleshooting. |
028BF827-3801-5869-8548-F4A039256308 |
| ErrorCode |
string |
The error code returned if the request failed. |
UnknownError |
| ErrorMessage |
string |
The error message returned if the request failed. |
UnknownError |
| Success |
boolean |
Whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "028BF827-3801-5869-8548-F4A039256308",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.