Camunda 7 REST API

I wanted to know if there is any REST API that supports to filter and get only the camunda jobs are that locked by thread. I know i can use the query to achieve that like below - but i was looking for rest api for the same.
SELECT COUNT(*), β€˜β€™ FROM ACT_RU_JOB
WHERE (LOCK_OWNER_ IS NOT NULL AND LOCK_EXP_TIME_ >= NOW())

1 Like

I think there is no rest api for this job but if you’re using java i can help you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.