Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/admin/configuration/codemie/api-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,14 @@ Control AI agent behavior, workflow execution limits, and parallel processing.
| `WORKFLOW_MAX_CONCURRENCY` | integer | `5` | Max simultaneous workflow executions to control resource usage |
| `WORKFLOW_DEFAULT_CONCURRENCY` | integer | `2` | Default concurrency when not specified by workflow |

### Generate Workflow Configuration

Controls the LLM model used to generate workflow definitions from natural language descriptions.

| Parameter | Type | Default | Description |
| ------------------------------ | ------ | ------- | ------------------------------------------------------------------------------------------------------------------- |
| `WORKFLOW_GENERATOR_LLM_MODEL` | string | `""` | LLM model used to generate workflow definitions from natural language; uses the platform default model when not set |

### Trigger Engine

Enable time-based or event-driven workflow automation.
Expand Down
Loading