cancel
Showing results for 
Search instead for 
Did you mean: 

Issues in Activiti?

vincent1
Champ in-the-making
Champ in-the-making
Hi Activiti Community,

I currently develop a proof of concept with Activiti und Camunda for a Java web application in my company.
I noticed a couple of problems in the Designer und Engine.
Does anyone have inforation/opinion about these issues? Or are they issues at all?

1) Executable flag of a process (isExecutable) is not editable in the designer and is not took into account by the engine.
2) All event objects have no label in the designer. The 'Name' attribute is not displayed (it is the case for Taks objects).
3) The designer does not expose the 'bpmn2:extensionElements' XML Element. But we can access it with the Activiti API…
<!–break–>
Thanks in advance for your replies Smiley Happy
Vincent
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
1. The engine does take it in account: https://github.com/Activiti/Activiti/blob/master/modules/activiti-engine/src/main/java/org/activiti/...

2. That's correct. We don't have that in the designer. Our web modeler does have it.

3. That's true :-(. You'd have to switch to the XML view for that.

vincent1
Champ in-the-making
Champ in-the-making
Thanks for your reply! (I'm a bit late…)