Are there rest api's available for process & task operations for Camunda 8 like there were for Camunda 7?

How do we navigate through a process in Camunda 8 using rest api’s. I have not found any documentation suggestive of api’s. Only option that I see is the OOB tasklist or a job worker.

In Camunda 8 there no more an exhaustive REST API for working with processes, instances, tasks like in Camunda 7.

Instead, we have gRPC API to work with process instances, a REST API to work with OPERATE data, and a GraphQL to work with tasks (search, claim, complete)

See:

Hi, we are using a lot of (cloud) services which support REST by default. Is there a plan to provide a REST API in the future?

I’ve created a simple REST API as a community project. It’s still in Beta, as I’m looking for feedback. Not all operations are available yet. Let me know what you think.