| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The ID of the processor | [optional] |
| name | String | The name of the processor | [optional] |
| runStatus | RunStatusEnum | The run status of the processor | [optional] |
| validationErrors | List<String> | The processor's validation errors | [optional] |
| activeThreadCount | Integer | The current number of threads that the processor is currently using | [optional] |
| Name | Value |
|---|---|
| RUNNING | "Running" |
| STOPPED | "Stopped" |
| INVALID | "Invalid" |
| VALIDATING | "Validating" |
| DISABLED | "Disabled" |