Typed access
Process operations are reached via client.Api.Process on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/process | Lists all workflow process configurations for the current tenant. |
GET | /api/process/stats | Returns item count statistics grouped by process type. |
GET | /api/process/{id} | Retrieves a single workflow process configuration by identifier. |
POST | /api/process | Creates a new workflow process configuration. |
PUT | /api/process/{id} | Updates an existing workflow process and synchronizes field removals across all containers. |
DELETE | /api/process/{id} | Deletes a workflow process and removes it from all containers. |