Not seeing history view in 7.13 version cockpit

thanks ingo, should i do anything different for camunda - bpm - run to acquire the topic ?
i am using a http connector for external task , but after i deployed camunda bpm run. none of the topic is getting acquired

can you please let me know if am missing anything

whats baffling is , if i install camuna enterprise version full package it works as expected but when i install camunda-bpm-run package it doenst even pickup the instance on the topic

should i add any userlibraries or make change ?

vish

Hi @vishucamunda,

you can get the Docker image of Camunda BPM Run in the enterprise version with

docker pull registry.camunda.cloud/camunda-bpm-platform-ee:run-7.13.1

after logging in with the enterprise credentials.

Then you can run it with

docker run --name camunda -p 8080:8080 registry.camunda.cloud/camunda-bpm-platform-ee:run-7.13.1

You don’t need any specific setup here. Just deploy and start the process instances. Once the instance reaches the external service task, the worker can fetch and lock and complete the task.

Hope this helps, Ingo

1 Like