Seeking Tool for Task List Structure and API Endpoint Creation in Elastic and TaskList 8.5

Hello everyone,

I am looking for a tool that allows me to view the structure of the Task List and Operate in Elastic. Additionally, I would like to know how to create an endpoint that does not currently exist in the Swagger documentation for Task List 8.5 and Operate.

Any guidance or recommendations would be greatly appreciated!

Thank you!

Hello @Hamza_AKRAMI ,

can you explain more your need? Do you need to access Tasklist and Operate Elastic indices? Do you use a Self-managed Camunda and can access Elasticsearch? If so you can query the ElasticSearch REST api.

I would like to know how to create an endpoint that does not currently exist in the Swagger documentation for Task List 8.5 and Operate.

Is it an endpoint that is provided by Tasklist/Operate but not described in the swagger?

Hello @houssain-barouni,

yes I have the access to elastic

Hi @Hamza_AKRAMI , are you using a Camunda 8 SaaS cluster, or you have a self managed one? for the latter, do you have access to elasticsearch ?

Hello @houssain-barouni,

yes I have the access to elastic

Then you can get the index mapping using
curl {elasticsearch_baseurl}/{index_name}/_mapping
you can list the indices names using
curl {elasticsearch_baseurl}/_cat/indices

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