aion-server 0.31.0

Aion workflow server library: HTTP, gRPC, WebSocket, and worker endpoints. Run it with the `aion` binary from the aion-cli crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "routes": [
    "/",
    "/dashboard",
    "/workflows",
    "/workflows/{uuid}",
    "/definition/{name}/{hash}",
    "/studio",
    "/launch",
    "/triage",
    "/settings",
    "/kit"
  ]
}