Beginner here. I have a test bpmn deployed. I have containers for Zeebe, Operate, Tasklist and Elasticsearch. I am trying to delete a process from Zeebe using the gRPC API. According to this in order to call the DeleteResource rpc you need to have the key of the process definition. However, I searched inside Operate, both by using the UI and the REST API and I couldn’t find where it is located. I could only locate the process instance key, which is different from what I need.
Where exactly is located the key of a process definition? It should be an int64 number.