Workflow Library
Interface Screenshot
Routes
Resource |
Operation |
Description |
|---|---|---|
Script Database |
database page |
|
save the script as |
||
Workflow Script Database |
get, post, delete a workflow script |
|
Docs
- GET /ivoryos/library/(string: script_name)
- GET /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- POST /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
200 OK – json response with success status
- DELETE /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- DELETE /ivoryos/library/(string: script_name)
- GET /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- POST /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
200 OK – json response with success status
- DELETE /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- POST /ivoryos/library/(string: script_name)
- GET /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- POST /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
200 OK – json response with success status
- DELETE /library/<string:script_name>
- Parameters:
script_name (str) – script name
- Status Codes:
302 Found – redirect to
GET /ivoryos/draft
- POST /ivoryos/library/
save the current workflow script as
- POST /library
: form run_name: new workflow name :status 302: redirect to
GET /ivoryos/draft