All Products
Search
Document Center

Data Management:ResumeTaskFlowInstance

Last Updated:Oct 21, 2024

Resumes a suspended task flow instance.

Operation description

You can call this operation only for task flows that are suspended.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TidlongNo

The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.

3***
DagIdlongYes

The ID of the task flow. You can call the ListTaskFlow or ListLhTaskFlowAndScenario operation to query the task flow ID.

11****
DagInstanceIdlongYes

The ID of the execution record of the task flow. You can call the ListTaskFlowInstance operation to query the execution record ID.

3****
DagVersionstringYes

The version number of the task flow. You can call the ListDAGVersions operation to query the version number.

[]

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

7FF2E325-763F-5E27-9157-C3CFA02F4CBF
ErrorCodestring

The error code returned if the request failed.

UnknownError
ErrorMessagestring

The error message returned if the request failed.

UnknownError
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2023-06-05The internal configuration of the API is changed, but the call is not affectedView Change Details