Hi all
I'm facing a strange behavior with modeler ( version 5.6 ).
I put this code inside my task.
<userTask id="task">
<extensionElements>
<activiti:formProperty id="room" />
<activiti:formProperty id="duration" type="long"/>
<activiti:formProperty id="speaker" variable="SpeakerName" writable="false" />
<activiti:formProperty id="street" expression="#{address.street}" required="true" />
</extensionElements>
</userTask>
After this, I open my process in modeler and I just click the save button.
Then, the modeler erase the code inside my task.
Is this the normal modeler behavior?
Regards,
Franklin