Hello there,
Since Camunda 8 Operate is not available for productive usage without license, I was trying to search for APIs to get the process stats and management. Are there APIs available which provide following details? I am working with Java and Springboot
I am looking for Zeebe engine API’s to get below questions answered
- Get all process instances and their status
- Search process instance by name, id, version etc
- Update a process instance with new variables
- Cancel a process instance
- Get User tasks for a given process instance
Any help is much appreciated
Regards
Gopal