Author

Nico Rehwaldt

camunda BPM: Power to Embedded Taskforms

For everyone out there using embedded task forms in the camunda Tasklist there is great news: The forms are getting way more powerful. The upcoming alpha of camunda 7.1 introduces two extensions for embedded task forms: Client side form validation and form extensions via JavaScript. Form Validation Validation directives provided by AngularJS may now be attached to form fields to activate simple client-side validation constraints for them. The following form field will only accept one of the strings demo, john, mary or peter due to the defined pattern: <input form-field type="string" name="assignee" ng-pattern="/^(demo|john|mary|peter)$<span id="goog_340102718"><span id="goog_340102719">/"</span></span> /> If a user enters an invalid value in a form field the field will be marked as invalid. Additionally the complete task button will be disabled and the form may…

By Nico Rehwaldt

camunda BPM 7.0.0-alpha9 released

Today we are happy to announce the next alpha version of camunda BPM. Get it here. Highlights of this Release cockpit: instance filters added that allow you to filter for business key and variables called process definition tab added called process instances tab added admin: administrate users and groups added change group memberships added manage authorizations added assign access rights to cockpit and Tasklist added (as part of manage authorizations) engine: ability to run process engine in a heterogenous cluster added unique constraint on business key removed (applied to new installations only) #noRetriesLeft to jobQuery added bpmn element throwing message event added bpmn element send task added exception types in error codes to declare business exceptions history performance improved configuration from camunda.cfg.xml file possible (in addition to activity.cfg.xml) Breaking…

By Nico Rehwaldt

Extending Camunda Cockpit through Plugins

As we have seen in the past, it is impossible for Camunda Cockpit —our process monitoring tool— to satisfy all needs, out of the box. That is why we have long thought about providing it with an appropriate extension mechanism that empowers users to fit the tool to their very own monitoring needs. With the latest release of Camunda BPM a first version of a plugin system for Camunda Cockpit is finally here. So what is it about? Simply spoken it is about extending the cockpit GUI with custom views on everything that runs with Camunda BPM. Processes, process instances, deployments, tasks… you name it. That may be accomplished by providing backend services that execute custom queries against an engine…

By Nico Rehwaldt

camunda modeler 2.0.12 released

Yesterday we released version 2.0.12 of our modeler with a number of bug fixes as well as layout and usability improvements. One highlight is splitting layouted sequence flows to insert new flow elements between two connected nodes. Other things worth noting include Improved integration of the model wizard Proper support for event subprocess / non-interrupting start event Diagram image generation handles spaces in diagram file names correctly We also fixed some crucial bugs, reworked the layouting of participants and the resize behavior of pools, lanes and subprocesses. For details refer to the issues closed in this release or check our detailed technical changelog. As always, upgrade your modeler installation and tell us what you think!

By Nico Rehwaldt

A closer look at the Camunda Modeler

Along with the launch of our open-source BPM platform we made the Camunda Modeler available to the public, both as a software and as source code. With the Camunda Modeler, you get at free modeling tool that integrates in your Eclipse IDE and focuses on seamless modeling of process and collaboration diagrams. We invite you to try out the modeler, give us feedback and contribute to it. Present, past and Future The Camunda Modeler is based on the Eclipse BPMN 2.0 Modeler that integrates into the Eclipse IDE. Its aim was to allow users with technical focus to create BPMN 2.0 diagrams and maintain BPMN and Camunda BPM / Activiti specific attributes in those diagrams. Beginning October 2012, we decided to dedicate bigger long term efforts to…

By Nico Rehwaldt

Try All Features of Camunda