Hello,
When I create a model with Activiti Explorer, even before being in the modeler, I give a name and a description to my new model, but when I finish creating my model and exporting it, I lose the name and the description. Is it a bug ?
For the moment, I have at the beginning of my XML :
<process id="process" isExecutable="true">
The id="process" is automatically generated but I would like the name I gave at the beginning like :
<process id="NewConventionBis" name="New Convention Bis" isExecutable="true">
For the moment, I have to edit my XML and add those tags.
Is it the only solution, or did I forget something ?
Thanks !
Aurelien