Feedback Request: Process Implementation with XML & JSON Data and Scripting Languages

TOPICS

Ready to build a BPMN model?

Build your first business process model instantly with Camunda Platform 8.

Join the Camunda Developer Newsletter

Get the latest events, release notes, and product updates straight to your mailbox.

TRENDING CONTENT
One of our largest customers approached us with the following requirement:

“We want to implement BPMN processes, such that

  1. these processes work with rich XML and JSON data objects,
  2. but we are not forced to deploy custom Java Code.”
Requirement (1) is a very common one. Many of our users and customers work with rich XML and JSON data objects. To do this, many of them implement custom Java Classes and use technologies like JAX-B or Jackson for mapping XML and JSON to Java.
Requirement (2) is also a common one. Note however that in this case, the driving force behind it is not zero-coding. Our customer is a rather large hardware / software vendor  and their product is deployed in hundreds of installations. The process engine is part of these installations. What they are looking for is a lightweight deployment model: they want to be able to deploy complex process implementations which are more or less self-contained. This is not the case if they have to write Java Classes. Java classes have to be deployed and re-deployed each time you make a change. Although camunda BPM provides a deployment model for bundling BPMN processes with Java Code (see Process Applications) which even allows you to operate multiple versions of your process in parallel, each deployment is a complete Java EE / Java Servlet application deployment with all pros and cons this entails.
Based on these and similar requirements, we are now working on a new feature which will be called “Classless Workflows”. We plan adding this feature in camunda BPM 7.2.
The core idea behind this feature is simple:
  1. Provide a rich, dynamic programming model for XML and JSON in Java,
  2. Make this available from JVM scripting languages like Javascript, Groovy, Python, …

Related Content

Learn why more and more companies are investing in cloud-native technology, and how it can benefit you today.
We’ve enhanced Camunda Optimize to produce more structured data so that it is ready for machine learning, making it easier than ever to take advantage of AI to improve your processes. Learn how.
Learn how to migrate your process flows from Pega to Camunda quickly and easily with this guide, which walks you through how to use our free migration tool.