cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical mode, no charset param in properties of EmailTask

pangtt106
Champ in-the-making
Champ in-the-making
Although the activiti engine has support for charset other than default ascii, such as utf8, the Activiti Designer has no such param (charset) in the properties window of email task.

I tried to edit the BPMN file manually to add the following line to extensionElements of email task and save in xml mode, and deploy, it worked, but…
<activiti:field name="charset" expression="UTF-8"></activiti:field>

If I go back to graphical mode and made some modification in this mode and save again, the charset infomation in xml will be erased, this is quite frustrating for the non-ascii users.

Is there someone who can help solving this problem? I found this problem in activiti 5.7, and after activiti 5.8 was released, I updated the newest Designer but the problem still exists…

Thanks.
3 REPLIES 3

tiesebarrell
Champ in-the-making
Champ in-the-making
Did you file an issue to have it fixed from 5.7 to 5.8? I'm sure someone can add this if you file an issue. The fact that manual edits get erased is default expected behavior in Designer, please see here:
http://docs.codehaus.org/display/ACT/Designer+FAQ

pangtt106
Champ in-the-making
Champ in-the-making
Did you file an issue to have it fixed from 5.7 to 5.8? I'm sure someone can add this if you file an issue. The fact that manual edits get erased is default expected behavior in Designer, please see here:
http://docs.codehaus.org/display/ACT/Designer+FAQ
Thanks for the infomation, I just filed the issue in http://jira.codehaus.org/browse/ACT-978, hope the problem will be resolved soon. Thanks a lot  Smiley Happy

tiesebarrell
Champ in-the-making
Champ in-the-making
Cheers, we'll look into it.