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

Support Enum Types #362

Open
zambrovski opened this issue May 22, 2023 · 1 comment
Open

Support Enum Types #362

zambrovski opened this issue May 22, 2023 · 1 comment
Labels
Prio: Must Must feature for current milestone Type: bug Something isn't working
Milestone

Comments

@zambrovski
Copy link
Member

Scenario

  • camunda-bpm-data version: 1.2.8
  • Camunda BPM version:any
  • Description of your use case: I want to read an write enum types.

Current Behaviour

Write is ok. Read is breaking, because the underlying JSON type is String and our type checker refuses to work with is.

Wanted Behaviour

Full support.

Possible Workarounds

No

@zambrovski zambrovski added Type: enhancement New feature or request Prio: Must Must feature for current milestone labels May 22, 2023
@zambrovski zambrovski added this to the 1.3.0 milestone May 22, 2023
@zambrovski zambrovski added Type: bug Something isn't working and removed Type: enhancement New feature or request labels May 22, 2023
@zambrovski
Copy link
Member Author

ValueWrapperUtil should be extended to support this use case

@zambrovski zambrovski modified the milestones: 1.3.0, 1.4.0, BACKLOG Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Prio: Must Must feature for current milestone Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant