What is the reason for this error “relation “act_ru_task_meter_log” does not exist” to be thrown? I’m facing this problem when I try to start the process instance using the rest API:
/engine-rest/process-definition/key/‘+keyId+’/tenant-id/‘+tenantId+’/start’
Camunda Version: 7.15
JDK Version: 11
I don’t face any issue when I deploy a process using deploy API.
Can anyone help me on this?