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

# Enable misconfigurations

> To enable and to compute warnings for already existing processes from previous FlowX versions (< 4.1), you must use the following endpoint to compute all the warnings.

<ParamField path="baseUrlAdmin" type="string">
  The URL of admin.
</ParamField>

<ParamField path="compute" type="string">
  This is the specific operation performed to compute misconfigurations for older processes.
</ParamField>

<RequestExample>
  ```bash Request theme={"dark"}
    curl --request GET \
      --url {baseUrlAdmin}/api/process-versions/compute
  ```
</RequestExample>

<ResponseExample>
  ```
  { "status": "success" }
  ```
</ResponseExample>


## Related topics

- [FlowX.AI 4.7.10 Release Notes](/release-notes/v4.x/v4.7.x-lts/v4.7.10-november-2025/v4.7.10-november-2025.md)
- [Process definition](/4.7.x/docs/building-blocks/process/process-definition.md)
- [Process Designer](/4.7.x/docs/building-blocks/process/process.md)
- [FlowX.AI Events Gateway](/4.7.x/docs/platform-deep-dive/core-components/events-gateway.md)
- [Update environment variables](/release-notes/v5.x/v5.0.0-july-2025/migrating-from-v4.7.x-to-5.0/environment-variables.md)
