cancel
Showing results for 
Search instead for 
Did you mean: 

Designer moves executionListener out of the exclusiveGateway

btomas
Champ in-the-making
Champ in-the-making
Activiti Engine 5.13
Activiti Designer 5.12
Eclipse indigo

Some items dragged and dropped with a help of designer, some items, like extensionElements added editting the xml directly through xml editor.  Here is the process.
The process view:
https://www.box.com/s/mfp905jubcjulsmqwisj

after i modify the process in the designer like this:
https://www.box.com/s/f6hzp80d7liam18b9rth
and the definition becomes  this

The listener was moved out of the gateway to the process level:

    <extensionElements>
      <activiti:executionListener event="start" expression="${exclusiveGatewayDecisionProvider.decide(execution)}"></activiti:executionListener>
    </extensionElements>


Why the designer has changed the logic of the process definition?
2 REPLIES 2

trademak
Star Contributor
Star Contributor
That's a bug if that's the case. I will validate it with a unit test and fix it right away if it's an issue.

Best regards,

trademak
Star Contributor
Star Contributor
That bug was already fixed in the activiti-bpmn-converter in 5.13, and will be part of the next Designer release.

Best regards,