Hello everyone,
I’m working with Camunda Engine and Spring Boot Application. What I have is an embedded process engine. My question is - do you have any API to work with “filters”? I’m talking about the feature available in Camunda Cockpit.
Thanks
Hello everyone,
I’m working with Camunda Engine and Spring Boot Application. What I have is an embedded process engine. My question is - do you have any API to work with “filters”? I’m talking about the feature available in Camunda Cockpit.
Thanks
Hi,
Is the API accessible via ProcessEngine#getFilterService
what you look for? See Javadoc here: https://docs.camunda.org/javadoc/camunda-bpm-platform/7.7/org/camunda/bpm/engine/FilterService.html
Cheers,
Thorben
@thorben, exactly. Thanks.