Compose execute request

Request of execute workflow compose

Endpoint

PUT /api/workflow/compose/execute/

Auth

Authorization: Bearer ${token}

Body

Content-Type: application/json
Json
{
    "args": [],
    "context": "",
    "detach": false,
    "env": [],
    "file": "",
    "identity": "",
    "index": 0,
    "path": "",
    "privileged": false,
    "service": "",
    "user": "",
    "workdir": ""
}

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "entity",
        "payload": ""
    }
]

Notes

  • Workflow Permission Required