Deletes task flow edges based on multiple conditions.
Operation description
This multi-condition query operation deletes all edges of a specified task flow that meet all the specified conditions.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dms:DeleteTaskFlowEdgesByCondition |
delete |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Tid |
integer |
No |
The ID of the tenant. Note
To view the ID of the tenant, go to the Data Management (DMS) console and move the pointer 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. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. |
15**** |
| Id |
integer |
No |
The ID of the task flow edge to delete. |
24*** |
| NodeFrom |
integer |
No |
The ID of the start node on the edge to delete. |
44*** |
| NodeEnd |
integer |
No |
The ID of the end node of the edge to delete. |
44*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID, used to locate logs and troubleshoot issues. |
21234B66-6859-5558-9E5B-006EFE915CD0 |
| ErrorCode |
string |
The error code returned if the request failed. |
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": "21234B66-6859-5558-9E5B-006EFE915CD0",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.