Category

Product

All Camunda blog posts tagged with Product.

Beyond RPA: How to Build Toward End-to-end Process Automation

Robotic Process Automation has come of age, with Forrester Research predicting the RPA market revenue is on target to reach $2.9 billion this year. It’s not hard to see why this market is maturing fast, with RPA promising an easy and quick fix to automate many of the manual, repetitive tasks that require manual data input or an exchange of data with an inflexible legacy system. RPA bots can be deployed quickly and deliver an immediate productivity boost, not to mention significant cost savings. But with so many tools available on the market — you can find everything from vendors promoting low-code solutions to code-heavy approaches, all marketed under the RPA banner —  it’s becoming imperative to differentiate RPA from…

By Charley Mann

Is there an alternative to spaghetti?

When it comes to food, definitely not. Spaghetti Bolognese needs few ingredients, is quickly prepared and always tastes great – at least to me 😉 But what I am actually getting at? Spaghetti Code. In contrast to a meal, Spaghetti Code is not eaten up in a few minutes. It stays, is extended, changes, grows and grows and grows. It is the same with microservices. If you start with microservices, you always have to consider how fine-grained services are cut. In the end, the spaghetti effect shifts from code to orchestrating components. This component must know all the small services and connect them with each other. The same can be found in manual activities that have not been automated or…

By Adam Urban

Jan 12, 2021

Cawemo Enterprise (On-Premises) 1.5 Released

We’re happy to announce the 1.5 release of Cawemo Enterprise On-Premises. Cawemo is the BPMN process specification platform of the Camunda stack, enabling all stakeholders to model and collaborate on process diagrams and related files. The main improvements in this release are: New UiPath template editor Cawemo provides a form-based editor for element templates that are tailored specifically to be used with Camunda’s RPA Bridge and UiPath. Template versioning You are able to manage and publish versions of the same template, allowing you to adjust templates to changes in your UiPath scripts or other task implementations. Integration with Camunda’s new identity and access management solution Camunda Account takes over the user management for Cawemo and will enable LDAP support in…

By Cawemo Team

Jan 12, 2021

Camunda Modeler 4.5 Released

We are happy to announce the release of Camunda Modeler 4.5. This release introduces the ability to handle versioned templates, improves the navigation of DMN Decision Tables and delivers various smaller improvements when modeling BPMN. Download the latest release and start modeling right away. Templates Versioning Templates allow you to configure a diagram element with predefined properties —  very helpful when you work with predefined properties or reuse configuration in multiple elements. During development, you may need to change a template. This can now be achieved thanks to templates versioning. By specifying an optional `version` field in the template configuration, the Camunda Modeler can detect and handle newer versions by offering an update option. Templates created and published on Cawemo,…

By Maciej Barelkowski

Jan 12, 2021

Camunda Optimize 3.3.0 Released

We’re excited to announce the release of Camunda Optimize 3.3.0. Camunda Optimize supports continuous process and decision table improvement by providing transparency into your automated processes and decisions. Business-friendly reports and dashboards, as well as alerts, help you to identify process bottlenecks and improve your overall end-to-end process. If you’d like to get started with Optimize 3.3.0 right away, you can download the release here with your Camunda Enterprise Platform customer credentials. And if you’re not yet a Camunda customer, you can sign up here for a free 30-day trial of the Camunda Enterprise Platform, which includes Camunda Optimize. In this post, we’ll highlight some of the new capabilities introduced in Optimize 3.3.0. Refreshed Report Builder and Reporting capabilities Process…

By Camunda Optimize Team

Announcing Zeebe and Operate 0.26

A new release for Zeebe and Operate 0.26 is available now. You can grab the releases via the usual channels: Docker Hub GitHub Maven Central As usual, if you’d like to get started immediately, you can find information about it directly on the Zeebe & Operate documentation website. It is possible to perform a rolling upgrade to Zeebe 0.26 from 0.25. For Camunda Cloud users, 0.26 is the new production version since this week, your existing clusters were already upgraded automatically. Here are some highlights: Zeebe Topology Response with Partition Health Use Memory Mapped Storage Level by Default Operate Improved User Status Feedback Infinite Scroll in Instances View Configurable Context Path Zeebe Modeler Improved UI for Input/Output Mappings Support Propagate…

By Camunda Cloud Team

Modernizing RPA Deployment with an Eye Toward the Future

Your organization is only as successful as its processes. But if your business is, like many, using a patchwork of off-the-shelf and proprietary software and platforms — your core business processes aren’t running in true end-to-end fashion; instead, they’re executed in silos.  The Robotic Process Automation (RPA) bots you deployed to replace repetitive human tasks? If you’re like 9 out of 10 process automation experts we surveyed, those bots may still provide value, but will likely turn cumbersome and complex as your business needs and processes evolve. And if you’ve tried to scale RPA deployments or implement more complex RPA script orchestrations, you’ve discovered how brittle and high-maintenance your RPAs have become.  The end result of this situation is that…

By Amy Hooker Kidd

Test Your Processes With JUnit 5

If you’re a fan of JUnit5 for testing on the JVM, we have good news — there’s a brand-new library available: camunda-bpm-junit5, published as a community extension for Camunda BPM. The project is now available on Maven central, so you can start testing your processes with the latest technology. Getting started To add the extension to your project, just add the Maven dependency to your pom file: <dependency> <groupId>org.camunda.bpm.extension</groupId> <artifactId>camunda-bpm-junit5</artifactId> <version>1.0.0</version> <scope>test</scope> </dependency> Add the dependencies to JUnit 5 if you don’t already have them (they are included in the spring-boot-starter-test artifact): <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter</artifactId> <version>5.6.2</version> <scope>test</scope> </dependency> To start testing you can extend your test class with the ProcessEngineExtension: This injects the ProcessEngine configured in the camunda.cfg.xml file into…

By Ingo Richtsmeier

Retaining Community Knowledge on the Slack Free Tier with a Slack bot

“There is a lot of valuable information in this Slack, but whenever I come back to find it, it’s gone because of the 10,000 message limit. Can we move this community to Discord, which has persistent message history?” That message, from a community member in the Zeebe Slack, triggered a DevRel project that resulted in the Slack Archivist – a Slack bot that allows valuable conversations to be archived from the community Slack to a dedicated searchable topic in our Discourse-powered Forum. The Problem Slack is ubiquitous. You probably have it open right now, and are in several different Slack teams. We use Slack internally at Camunda, on a paid plan, and when it came time to stand something up…

By Josh Wulf

Try All Features of Camunda