Resumes a suspended task flow instance.
Operation description
You can call this operation only for task flows that are suspended.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
DagId | long | Yes | The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID. | 11**** |
DagInstanceId | long | Yes | The ID of the execution record of the task flow. You can call the ListTaskFlowInstance operation to query the execution record ID. | 3**** |
DagVersion | string | Yes | The version number of the task flow. You can call the ListDAGVersions operation to query the version number. | [] |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "7FF2E325-763F-5E27-9157-C3CFA02F4CBF",
"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 |
---|---|---|
2023-06-05 | The internal configuration of the API is changed, but the call is not affected | View Change Details |