Category

Community

All Camunda blog posts tagged with Community.

Jun 27, 2019

The Journey of Camunda BPM Asserts: From Extension to Platform

For the people who have been in any way involved with the Camunda Community the last few years, this is unlikely to be the first time you’ve heard the name Martin Schimak. Also if you’re a developer using Camunda, chances are that, perhaps unbeknownst to you – you’ve been greatly helped by some of the projects that Martin has created and released as open source extensions for the platform. Having people like Martin as part of the Camunda Community is an important factor to the success and adoption of the Open Source platform, so I wanted to talk to Martin about how he came to be such a positive influence on the project. Perhaps learning from him how to encourage…

By Niall Deehan

Jun 24, 2019

Camunda BPM on Kubernetes

Running Camunda BPM on Kubernetes Are you running Kubernetes now? Ready to move your Camunda BPM instances off of VMs, or just try it out on Kubernetes? We will address some common configurations and provide some building blocks you can tailor to your particular needs. Skill level: Intermediate You’ve used Kubernetes before. If not, why not try a tutorial and spin up your first cluster? Authors Alastair Firth is a Senior Site Reliability Engineer on the Camunda Cloud team. Lars Lange is a Devops Engineer at Camunda. TL:DR; git clone https://github.com/camunda-cloud/camunda-examples.git cd camunda-examples/camunda-bpm-demo make skaffold Ok that probably didn’t work unless you have skaffold and kustomize installed. Read on! What is Camunda BPM Camunda BPM is an open source platform…

By Alastair Firth, Lars Lange

Jun 14, 2019

Camunda BPM – Session Management in Cloud Environments

In the last few years we’ve noticed many of our users are migrating from bare-metal infrastructures to cloud-based ones. While the cloud has overcome several limitations of the traditional infrastructure, other problems arise when deploying your microservices in environments that have the possibility to scale up and down dynamically based on workload. When deploying Camunda BPM, the first problem that you will encounter will be, most probably, session management.While this is easily solvable in traditional environments by using sticky sessions, the same solution does not apply when you deal with cloud environments like, Kubernetes. The reason is that sticky sessions do not behave well in dynamic environments since they expect the underlying infrastructure to be static. Recently we’ve been working…

By Lars Lange

May 3, 2019

Class Not Found? There’s a simple solution

Generali Switzerland deployed Camunda BPM to production in less than six months, with no prior BPMN knowledge. You’ll find some more details about it in this case study. But integrating and deploying a new tool into your own technical environment is never entirely smooth sailing. In this blog post, we share how Generali’s engineering team was able to troubleshoot issues around running multiple workflow engines in their microservices architecture. You might also want to watch Generali’s presentation at CamundaCon 2018.

By Bernd Ruecker

Apr 17, 2019

How to run Camunda on Pivotal Cloud Foundry (PCF)

Camunda is a popular open source workflow engine that’s very lightweight and developer friendly. If you’re developing in Java you can use it embedded e.g. in Spring Boot applications. Otherwise you simply leverage its REST APIs and language clients, so Camunda can also be used in other programming languages. It can be integrated with basically every technology, including e.g. Kafka, RabbitMQ, REST or SOAP.

By Bernd Ruecker

Apr 15, 2019

Using React Forms with Tasklist

Camunda’s Tasklist is excellent when you have user tasks and don’t want to use or build a custom solution. Embedded Forms offer great flexibility when it comes to designing user interfaces. In recent years, React became one of the most popular libraries for building user interfaces. In this blog post, I will show you how to use React forms together with Tasklist.

By Martin Stamm

Apr 5, 2019

DevOps Pro Europe

We’ve just returned from DevOps Pro Europe in Vilnius, Lithuania. This conference focuses on DevOps approaches, tools and methodologies. Many companies attend this event to gain insight into how they can grow their team and get updates about new technologies.

By Andrea Giardini

Mar 11, 2019

Camunda BPM Custom Batch 1.3.0

I’m happy to announce the new version 1.3.0 of the Camunda BPM Custom Batch extension. This extension provides a simple way to use the camunda batch functionality for your own purposes and split huge workloads into small asynchronous jobs. If you are interested in how the extension is working, and how customers use it, take a look at the presentation slides from CamundaCon 2018. So what happened since version 1.0.0? Here is a summary of exclusive and prioritized batch jobs.

By Patrick Wunderlich

Try All Features of Camunda