Use this file to discover all available pages before exploring further.
Back to API ListThis API imports a new workflow by providing the necessary file IDs, ensuring all the necessary configurations, including the workflow’s flow data, app definitions, and environment variables are correctly imported. After triggering the import, the response returns a dockStatusId. Use this ID to call the Get Dock Status API and verify the successful import of the workflow.To import a workflow, follow the steps below:
Upload Files: Use the File Upload API to upload the files for the flow definition, app definition, and environment variables. This API returns unique file IDs for each file.
Import the Workflow: Call the Import Workflows API using the retrieved file IDs along with the workflow name.
Track Import Status: The API response returns a dockStatusId that helps monitor the import progress using the Get Dock Status API.
Method
POST
Endpoint
https://{host}/api/public/workflows/import
Content Type
application/json
Authorization
X-api-key - The API key used for authentication.
Where can I find the API key?To use the API, you will need an API key. Learn more.