yawlfoundation / yawl

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

Prefilled data in maxOccurs="unbounded" elements #649

Open ahense opened 3 months ago

ahense commented 3 months ago

For data types with maxOccurs="unbounded" elements, the YAWL UI created forms where additional elements can be added with a plus sign. The new elements are always initialised with the same data as the previous element. This is confusing. It is expected that the fields of new elements are empty.