• Camunda Spring Boot Starter 3.2.0 Released

    We are excited to announce the next release of the Camunda Spring Boot Starter – version 3.2.0. An important highlight of this release is the use of Spring Boot 2.1.1, which includes support for JDK 11.

    Read more
  • Camunda 7.10.0-alpha4 Released

    Camunda BPM 7.10.0-alpha4 is here and the highlights are: Extending the BPMN Viewer in Cockpit Support for Java 9 / 10 & 11 18 Bug Fixes You can Download Camunda for free (click on Preview Release) or Run it with Docker. If you are interested, you can see the complete release notes and the list of known issues. If you want to dig in deeper, you can find the source code on GitHub.

    Read more
  • Camunda 7.10.0-alpha3 Released

    Camunda BPM 7.10.0-alpha3 is here and the highlights are: Extending “Handle External Task BPMN Error” Complete Hierarchical History Cleanup 9 Bug Fixes Together with the third alpha of platform, we released also: Spring Boot Starter 3.1.0-alpha1 – release notes Node.js external task client 1.1.0-alpha1 for non-Java developers – release notes Java external task client 1.1.0-alpha1 – can be embedded in Java applications, release notes You can Download Camunda for free (click on Preview Release) or Run it with Docker. If you are interested, you can see the complete release notes and the list of known issues. If you want to dig in deeper, you can find the source code on GitHub.

    Read more
  • Camunda 7.10.0-alpha1 Released

    The first alpha release of Camunda BPM 7.10 is here and the highlights are: “Startable in Tasklist” Process Definitions “Jump to Tasklist” link from Process Instance View 17 Bug Fixes You can Download Camunda for free (click on Preview Release) or Run it with Docker. If you are interested, you can see the complete release notes and the list of known issues. If you want to dig in deeper, you can find the source code on GitHub.

    Read more
  • Camunda 7.9.0-alpha3 Released

    Camunda BPM platform 7.9.0-alpha3 is here and the highlights are: Spring Boot Starter alpha release Payload in Signal Events Implement Your BPMN Service Task with Node 16 Fixes You can Download Camunda for free (click on Preview Release) or Run it with Docker. To see a full list of the changes, please check out our Release Notes and the list of Known Issues. If you want to dig in deeper, you can find the source code on GitHub. Spring Boot Starter alpha release As previously announced, the next stable release of Spring Boot Starter will be in May, together with Camunda BPM 7.9. This Spring Boot Starter 3.0.0-alpha1 version comes with the recently released Spring Boot 2.0.0. (Camunda Spring Boot...

    Read more
  • Get started with Camunda
    Platform 8

    Try Free

    Get the latest Developer Community Updates to your inbox

    Subscribe
  • Custom Queries

    Why Custom Queries? The process engine offers a pretty straightforward and easy to use Java Query API. If you want to build a task list you just write something like this: @Inject private TaskService taskService; public List<Task> getAllTasks() { return taskService.createTaskQuery().taskAssignee("bernd").list(); } Easy as it is, there are basically two catches: You can only build queries that the API supports. You cannot add constraints on your domain objects. Let us give you a simple use case example, which we implemented in the custom-queries example: You have a process variable “customer” holding the customerId You have your own entity “Customer” with all the details So far, a pretty common situation (please note that the object diagram has been simplified to show...

    Read more
  • Camunda 7.8.0-alpha5 Released

    Camunda BPM 7.8.0-alpha5 is here and it has great new improvements. This month the highlights are mostly in Cockpit: Internationalization (i18n) for Cockpit & Admin Faster rendering of BPMN diagrams Metrics about cleaned up data Batch modification interface cleanup and new cancel feature Persistent configurations in Process Instance Search 28 Bug Fixes If you are interested you can see the complete list of release notes and the list of known issues. If you want to dig in deeper, you can find the source code on GitHub. Internationalization (i18n) for Cockpit & Admin ¿Cómo estás? Since Camunda BPM 7.2, Tasklist provides i18n support. This means that in addition to the English language, further translations can be added in a simple way....

    Read more

Ready to get started?

Still have questions?