We have a requirement to use Query API but unable to use it as the alpha feature is not enabled.
Please help with any configuration or environment variable which needs to be configured in camunda 8.6 self managed kubernetes deployment to enable alpha feature.
1 Like
Added - name: CAMUNDA_REST_QUERY_ENABLED value: "true"
in zeebe-gateway env variable, still it throws 404 for the api call.
Can you share the full yaml file (excluding sensitive data if any)?
Regards,
Alex
It throws a 500 error with CAMUNDA_REST_QUERY_ENABLED=true
{
"type": "about:blank",
"title": "Failed to execute UserTask Search Query",
"status": 500,
"detail": "Failed to execute search query",
"instance": "/v2/user-tasks/search"
}
@chirag Which Camunda version are you using? And how does your request payload look like?