We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new Integer type between minimum and maximum range constraints will be nice!
Integer
minimum
maximum
for example, something like this:
[{ "name": "My task", "id": "my.task.myElementTemplate", "appliesTo": [ "bpmn:UserTask" ], "properties": [{ "label": "Limit", "type": "Integer", "binding": { "type": "camunda:inputParameter", "name": "limit" }, "constraints": { "notEmpty": true, "min": 1, "max": 10 }] }]
The text was updated successfully, but these errors were encountered:
Hi, any updates on this feature request? this will be very helpful
Sorry, something went wrong.
This has been implemented with Camunda Modeler v5.21.0, upstream via bpmn-io/bpmn-js-element-templates#64
No branches or pull requests
A new
Integer
type betweenminimum
andmaximum
range constraints will be nice!for example, something like this:
The text was updated successfully, but these errors were encountered: