Description of problem: It is not possible to input other than AlphaNumerical characters in the Task Group ID. This is a bug because of : --- you can't input multiple groups using comma separated list (g1,g2) --> you can't enter the comma --- you can't implement dynamic group resolution with using an expression --> you can't enter #{processVariable} How reproducible: always Steps to Reproduce: 1. Create BPMN process in JBDS 2. Drag Human Task on the canvas 3. open properties and try to input some special character into the groupid property. Actual results: Special character can't be inputted into GroupID property in Human Task Expected results: Special character can be inputted into GroupID property in Human Task Additional info:
Fixed. Changed the field's data type from "ID" to "String".
This is still reproducible in JBDSIS 8.0.0.Alpha2
Hi Marek, which version of the editor are you using? I just tested this with 1.1.0.201409091530 and did not see the issue...
Hi Bob, I'm testing this using the latest tooling we have for JBDS 8.0.0. The editor version there is BPMN2 Modeler - Diagram Editor 1.1.0.201408072130. I will close RH BZs as soon as the correct editor version will become available on RH update sites. In mean time I plan to tag all issues fixed in community as "verified-in-community". I just did not verify this issue on a community build yet. I will do that today.
Community version BPMN2 Modeler - Diagram Editor 1.1.1.201409261846 fixes the issue.
Verified on jbdsis-8.0.0.Beta1.
*** Bug 1168741 has been marked as a duplicate of this bug. ***
Test concerning this issue: https://github.com/jbosstools/jbosstools-integration-stack-tests/blob/master/tests/org.jboss.tools.bpmn2.ui.bot.test/src/org/jboss/tools/bpmn2/ui/bot/complex/test/testcase/ComplexSpecialCharactersAndLenghtsTest.java