You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the C8 REST API, new endpoints are being introduced that can fully replace our Operate API use-cases (specifically, process definition querying, getting the process XML and so on).
The new query endpoints can be accessed natively through the Zeebe client. Therefore we can get rid of the Operate client dependency and just use the Zeebe client for all our needs.
Query endpoints are disabled by default as they are still in the alpha state, but the plan is to make them generally available by 8.7: camunda/camunda#20579
Why should we do it?
This will simplify our setup and configuration the users have to do. Also the Operate API will be on deprecation path in the future.
The text was updated successfully, but these errors were encountered:
What should we do?
As part of the C8 REST API, new endpoints are being introduced that can fully replace our Operate API use-cases (specifically, process definition querying, getting the process XML and so on).
The new query endpoints can be accessed natively through the Zeebe client. Therefore we can get rid of the Operate client dependency and just use the Zeebe client for all our needs.
Query endpoints are disabled by default as they are still in the alpha state, but the plan is to make them generally available by 8.7: camunda/camunda#20579
Why should we do it?
This will simplify our setup and configuration the users have to do. Also the Operate API will be on deprecation path in the future.
The text was updated successfully, but these errors were encountered: