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

Element template generator: boolean properties are not supported by the Modeler #1381

Open
chillleader opened this issue Nov 7, 2023 · 1 comment
Labels
kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.

Comments

@chillleader
Copy link
Member

What should we do?

The annotation-based generator maps boolean fields to boolean element template properties. Although boolean property type is defined in the element template schema, the Modeler doesn't support it.

We should default to Dropdown (true/false) in this case until boolean properties are supported in the modeler. We should keep the DSL for boolean type but default to a different behavior.

Why should we do it?

To avoid confusion for the template generator users.

@chillleader chillleader added the kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. label Nov 7, 2023
@sbuettner
Copy link
Contributor

@nikku As camunda/camunda-modeler#3622 is open for quite a while we discussed with the team whether you think it will be taken care of or whether we should implement this fallback behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:task Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Projects
None yet
Development

No branches or pull requests

2 participants