Dataflow Service Overview¶
EnOS Data Analytics Service is targeted for the batch processing of data at rest to obtain insights from the data. During offline data analysis, you can use the APIs provided by the Dataflow Service to perform data integration, data development, and workflow operation tasks.
API List¶
Operation Name |
Description |
---|---|
Cancel the running of a specified workflow instance. |
|
Create a directory. |
|
Delete a specified workflow. |
|
Stop the scheduling of a specified workflow. |
|
Start the scheduling of a specified workflow. |
|
Export the workflow configuration. |
|
Get the current time of the server. |
|
Get the information of a specified workflow. |
|
Get the information of a specified workflow instance. |
|
Search workflows that meet the specified conditions. |
|
Get the log of a specified task instance. |
|
Get the time zone where the server is located. |
|
Import workflow configuration to create a workflow with the specified name under the specified directory. |
|
Search workflow instances that meet the specified conditions. |
|
Get all the content in the workflow directory of the current OU, including workflow files and sub-directories. |
|
Load the specified workflow to a temporary workflow to get the workflow information. |
|
Save the information of the current workflow. |
|
Search the basic information of workflows that meet the specified conditions. |
|
Trigger workflow scheduling manually. |
|
Trigger workflow scheduling with updated parameters. |
Common Error Codes¶
Code |
Message |
Description |
---|---|---|
62101 |
userId does not exist, or it does not match to orgId. |
Parameter userId or orgId is not valid. |
62103 |
User has no privilege. |
The user does not have access permission. |
62109 |
Server internal exception |
Server internal exception |