Updates the start node and end node of multiple edges at a time for a task flow.
Operation description
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The tenant ID. Note
To view the tenant ID, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see Manage DMS tenants.
| 3*** |
DagId | long | Yes | The task flow ID. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. | 15*** |
Edges | array<object> | Yes | The list of updated task flow edges. | |
object | Yes | |||
Id | long | Yes | The ID of the task flow edge. | 24*** |
NodeEnd | long | Yes | The ID of the end node of the edge. | 44*** |
NodeFrom | long | Yes | The ID of the start node of the edge. | 44*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "93FC1AE1-EC54-52B1-B146-650180FB82E8",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history