-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
1) all variable types available in generic forms are supported
2) values are validated as the user types in the "value" field
ad 1): types long, short, double are not yet supported
Example:
- start process with generic form
- add variable of type "long"
- type in value
- submit the form
=> variable is not sent to the server
==
Note:
this should be implemented in a way that the valudation patterns in
https://github.com/camunda/camunda-bpm-sdk-js/blob/master/lib/forms/type-util.js
are used.