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 Data Type #1101

Open
HazimAr opened this issue Nov 6, 2024 · 0 comments
Open

Support Enum Data Type #1101

HazimAr opened this issue Nov 6, 2024 · 0 comments
Labels
clients Affects all LH clients and the public API. May be used in conjunction with `server`. controversial Requires discussion from the community. For proposals, API changes, and big features. feature Issue that denotes a new feature, request, or performance improvement. server Affects the core LH Server code.

Comments

@HazimAr
Copy link
Member

HazimAr commented Nov 6, 2024

Currently we don't have typing like an Enum that allows our users to pick one out of 4 options, we only have boolean which is one of 2. Maybe we want to have something like Open InProgress Completed as a status in the user task

This would be especially useful for:

  • User Tasks
  • Variables inside a WfRun, such as a order-status enum.

It would need to be a complex type. Perhaps it could be integrated into #880 .

@HazimAr HazimAr added the server Affects the core LH Server code. label Nov 6, 2024
@HazimAr HazimAr added feature Issue that denotes a new feature, request, or performance improvement. controversial Requires discussion from the community. For proposals, API changes, and big features. clients Affects all LH clients and the public API. May be used in conjunction with `server`. labels Nov 6, 2024
@HazimAr HazimAr changed the title User Task multiple values Support Enum Data Type Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients Affects all LH clients and the public API. May be used in conjunction with `server`. controversial Requires discussion from the community. For proposals, API changes, and big features. feature Issue that denotes a new feature, request, or performance improvement. server Affects the core LH Server code.
Projects
None yet
Development

No branches or pull requests

1 participant