dockStatusId. Use this ID to call the Get Dock Status API and verify the status of the workflow import process.
| Method | POST |
| Endpoint | https://{host}/api/public/workflows/:{workflowId}/import |
| Content Type | application/json |
| Authorization | X-api-key - The API key used for authentication. |
Query Parameters
| PARAMETER | DESCRIPTION | TYPE | REQUIRED/OPTIONAL |
|---|---|---|---|
| host | The environment URL. For example, https://ai-for-process.domain.ai/ | String | Required |
| workflowId | The workflow ID of the workflow being imported. | String | Required |
Sample Request
Body Parameters
| PARAMETER | DESCRIPTION | TYPE | REQUIRED/OPTIONAL |
|---|---|---|---|
| workflowDataFileId | The identifier for the workflow data file being imported. | String | Required |
| flowDataFileId | The identifier for the flow data file. | String | Required |
| envVariablesFileId | The identifier for the environment variables file. | String | Required |
Sample Response
Response Parameters
| PARAMETER | DESCRIPTION | TYPE | SAMPLE VALUE |
|---|---|---|---|
| dockStatusId | The unique identifier to track the status of action. E.g. import, export, deploy, etc. | String | e.g., ds-c6xxxxx5-dxxd-5xxf-9xxd-0xxxxx6xxxx8 |
| workflowId | The unique identifier for the workflow. | String | e.g., a-8xxxxxbe-6xxe-5xx1-8xxc-bxxxxxx80xx6 |
| jobType | The type of job being performed. | String | WORKFLOWS |
| action | The action being performed on the workflow/model. | String | IMPORT |
| status | The current status of the job. | String | IN_PROGRESS, SUCCESS, or FAILED |