Relative Content

Tag Archive for camunda

Camunda 7 REST API for getting Jobs that are running currently

We use camunda community edition packaged in Wildfly. We use rest api for starting workflows. All our workflows are async – so they executed through job executor of camunda.
We are not trying to get the current running workflows – meaning the jobs locked by the executor, i know we can get it through camunda DB using query.