Open chillleader opened 10 months ago
Support generation of constraints based on the input property type.
Example: java.time.LocalDate
requires input to match a date regex
Ref: https://camunda.slack.com/archives/C02JLRNQQ05/p1707831194793699
@chillleader - can you review if this is still relevant? thanks
This issue is a place for general feedback from using one of our element template generators. If you have a small suggestion or a minor bug report, it's a good candidate to be added to this list.
If you have a suggestion, please add a comment below and we'll add it into the list.
Note that the suggestions here should have a limited scope (e.g. add a field to the annotation). All action items here don't have a high priority and will be picked up based on the available capacity. If you have a request with a bigger scope or a high priority, please open a separate issue. If the context is too complex to be expressed in 2 sentences, please open a separate issue as well.
Java annotation-based element template generator
[ ] Raise a warning/error if
@TemplateProperty
references a group that is not defined in@ElementTemplate.propertyGroups
. Currently such properties are silently ignored.[ ] Allow overriding dropdown choice labels by annotating the corresponding enum constants (to avoid a more verbose configuration via
@TemplateProperty.dropdownChoices
[ ] Support
language
attribute on properties (for example:graphql
) for enhanced language support of the code editor: https://github.com/camunda/connectors/pull/1903#discussion_r1480082848[ ] based on this support request:
[ ] Allow configuring binding name prefix for nested properties
[ ] Connector generation cannot be started on Windows, probably because we exceed the maximum command line length which is 8191 characters on windows. (when setting the CLASSPATH variable) Probable solution: https://stackoverflow.com/a/52585324/4109477
[ ] Support the
inputDataClass
on theOutboundConnector
annotation: https://github.com/camunda/team-connectors/issues/959[ ] Support generation of constraints based on the input property type (comment below)
ConGen tool / CLI generators - OpenAPI, Postman