New Activiti Modeler released

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2012 10:13 AM
We've some exciting news today. We just released a new version of the Activiti Modeler that will be maintained by the Activiti project and is open sourced by KIS BPM (http://www.kisbpm.com).
The Activiti Modeler is integrated in the Activiti Explorer and an alpha version is available at the Activiti download page.
The following features are present in the new Activiti Explorer/Modeler:
- Create new models using the web modeler with a palette supporting all Activiti constructs
- Edit already deployed process definitions (with BPMN DI info) using the web modeler
- Deploy modeled process definition to the Activiti Engine directly
We'll provide more information and documentation about this new functionality in the coming days.
Please note that the functionality is still in alpha status and not all Activiti constructs are supported yet.
But before we release Activiti 5.11 the Activiti Modeler will have support for the Activiti BPMN elements.
Best regards,
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-28-2012 12:11 PM
thx

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2012 01:16 PM
-Max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2012 05:18 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2012 11:06 AM
In the replacement activitity-explorer app that has Modeler in it, I've found some issues.
When you create a new model and go to the "deploy process definition" button, it does not handle this correctly.
Issue 1:
The Manage Deployments page shows it correctly, but the Deployed Processes page only shows the item as "process" rather than the name you gave the model.
Also, only 1 model from the modeler will be shown there as "process". If you create a 2nd model, it will replace the first one as Version 2 of "process".
Issue 2:
After shutdown and restart, the Deployments, Deployed Processes, and even instances created with the new process are retained. However, on the Model Workspace page, none of the new models are retained. This is after the db.properties and persistence.xml files have been updated to point to a persistent H2 instance.
Digging in a little bit, the MODELDATA table has a record in it for the new model, and the JSON looks complete.
In the ACT_RE_PROCDEF table, the ID_ field has "process:6:4024" and NAME_ field is blank and the KEY_ field contains "process". The DEPLOYMENT_ field has "4021"
The ACT_RE_DEPLOYMENT table has a record with ID_ = "4021" so there's a linkage between the PROCDEF AND DEPLOYMENT tables, but with the ID_ KEY_ and NAME_ fields being mangled, it explains the UI behavior.
In short, it looks like the code behing the "deploy process definition" button in the Model Workspace screen is failing to submit the data to the tables correctly.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-21-2012 02:48 AM
1. You can change the process name "process" by changing the id property in the Modeler when you click on the canvas.
2. You should try the latest version built from the source. There's no persistence.xml anymore, the model data table is created by the Activiti Engine now and you only have to change the db.properties.
Best regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2013 08:58 AM
I'm trying the activiti modeler that comes with Activiti 5.11. Now, I'm wondering how to model participants because I can't find swinlane in the model palette. Does some know how get swimlane in the model palette.
Thanks,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2013 09:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2013 10:47 AM
Thanks,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2013 03:32 AM
Of course, the cheesy answer would be that we welcome any contributing on that front 😉
