> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ConfigProcessWorkflow

> Sample shape for ConfigProcessWorkflow.

Sample shape for `ConfigProcessWorkflow`.

## Sample JSON

Copy, edit, paste. Server-set fields (`id`, `created`, `tenantId`, …) are omitted from the example — they're populated by the server on response.

```json theme={null}
{
  "fieldId": "<field_id>",
  "value": "example",
  "next": "example",
  "userGroup": [
    "example"
  ]
}
```

## Fields

| Field       | Type           | Required   | Notes                                   |
| ----------- | -------------- | ---------- | --------------------------------------- |
| `id`        | string         | Server-set | Set by the server. Read-only on writes. |
| `fieldId`   | string         | Optional   |                                         |
| `value`     | string         | Optional   |                                         |
| `next`      | string         | Optional   |                                         |
| `userGroup` | array\<string> | Optional   |                                         |
