All Products
Search
Document Center

Data Management:CreateTaskFlow

Last Updated:Oct 21, 2024

Creates a task flow.

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***
DagNamestringYes

The name of the task flow.

Dag_Name
DescriptionstringNo

The description of the task flow.

zht_test
ScenarioIdlongNo

The ID of the scenario.

2**

DagName is unique to each task flow. If the DagName you specify already exists, the request fails.

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request. You can use the ID to query logs and troubleshoot issues.

19DA51A9-AC3E-5C36-8351-07EBCD2B89A1
ErrorCodestring

The error code returned if the request failed.

UnknownError
ErrorMessagestring

The error message returned if the request failed.

User can not access to Tenant [1]
Successboolean

Indicates whether the request was successful. Valid values:

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

The ID of the task flow.

33***

Examples

Sample success responses

JSONformat

{
  "RequestId": "19DA51A9-AC3E-5C36-8351-07EBCD2B89A1",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "User can not access to Tenant [1]",
  "Success": true,
  "DagId": 0
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history