Skip to content
New issue

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

Feature request: add integer type in Element Template #371

Closed
rbatllet opened this issue Jul 18, 2016 · 2 comments
Closed

Feature request: add integer type in Element Template #371

rbatllet opened this issue Jul 18, 2016 · 2 comments
Labels
element templates enhancement New feature or request

Comments

@rbatllet
Copy link

rbatllet commented Jul 18, 2016

A new Integer type between minimum and maximum range constraints will be nice!

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
          }]
}]
@rbatllet rbatllet changed the title Feature request: add integer type Feature request: add integer type in Element Template Jul 18, 2016
@nikku nikku added this to the Backlog milestone Aug 2, 2016
@nikku nikku added element templates enhancement New feature or request and removed enhancement New feature or request labels Aug 2, 2016
@nikku nikku added the backlog Queued in backlog label Feb 14, 2018
@nikku nikku removed this from the Backlog milestone Feb 14, 2018
@wassimsalib
Copy link

Hi, any updates on this feature request? this will be very helpful

@philippfromme
Copy link
Contributor

philippfromme commented Nov 5, 2024

This has been implemented with Camunda Modeler v5.21.0, upstream via bpmn-io/bpmn-js-element-templates#64

@bpmn-io-tasks bpmn-io-tasks bot removed the backlog Queued in backlog label Nov 5, 2024
@github-actions github-actions bot added this to the M83 milestone Nov 5, 2024
@barmac barmac closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
@barmac barmac removed this from the M83 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
element templates enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants