yawlfoundation / yawl

Yet Another Workflow Language
http://www.yawlfoundation.org
GNU Lesser General Public License v3.0
88 stars 35 forks source link

Special symbols removed from WI name - no warning in the Editor #561

Closed a-pika closed 8 years ago

a-pika commented 8 years ago

specialSymbols.yawl.gz

The Editor allows using special symbols in task labels (e.g., task A%B# in the attached specification ‘specialSymbols.yawl’), however, when decomposition is created for the task, special symbols are removed from the name without any warning to a user; during the execution the user sees the modified task name (e.g. ‘AB’ instead of ‘A%B#’):

image

image

yawlfoundation commented 8 years ago

Element and decomposition ids must not contain invalid XML characters. When a label is used to create an id, the invalid chars are removed. A user warning is now displayed.