Creates a workflow in DataStudio.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ProjectId |
integer |
No |
The ID of the DataWorks workspace. |
10000 |
| ProjectIdentifier |
string |
No |
The unique identifier of the DataWorks workspace, which is the English identifier displayed when you switch workspaces at the top of the Data Development page. You must specify either this parameter or the projectid parameter to identify the DataWorks project for this API call. |
dw_project |
| BusinessName |
string |
Yes |
Name of the Business Process. |
My business process |
| Description |
string |
No |
Description of the Business Process. |
test |
| Owner |
string |
No |
The Alibaba Cloud account ID of the owner responsible for the Business Process. |
1000000000001 |
| UseType |
string |
No |
Function module to which the Business Process belongs. Valid values:
|
NORMAL |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Return Result. |
||
| HttpStatusCode |
integer |
HTTP status code. |
200 |
| RequestId |
string |
The unique ID of this request. |
0000-ABCD-EFG**** |
| ErrorMessage |
string |
Error message. |
The connection does not exist. |
| Success |
boolean |
Indicates whether the invocation succeeded. Valid values:
|
true |
| ErrorCode |
string |
Error code. The value is as follows:
For more information, see the error code list in this topic. |
Invalid.Tenant.ConnectionNotExists |
| BusinessId |
integer |
Business Process ID. |
100001 |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "0000-ABCD-EFG****",
"ErrorMessage": "The connection does not exist.",
"Success": true,
"ErrorCode": "Invalid.Tenant.ConnectionNotExists",
"BusinessId": 100001
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | InternalError.System | An internal system error occurred. Try again later. | |
| 500 | InternalError.UserId.Missing | An internal system error occurred. Try again later. | |
| 403 | Forbidden.Access | Access is forbidden. Please first activate DataWorks Enterprise Edition or Flagship Edition. | No permission, please authorize |
| 429 | Throttling.Api | The request for this resource has exceeded your available limit. | |
| 429 | Throttling.System | The DataWorks system is busy. Try again later. | |
| 429 | Throttling.User | Your request is too frequent. Try again later. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.