Support Enum Data Type #1101
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.
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 likeOpen
InProgress
Completed
as a status in the user taskThis would be especially useful for:
Variable
s inside aWfRun
, such as aorder-status
enum.It would need to be a complex type. Perhaps it could be integrated into #880 .
The text was updated successfully, but these errors were encountered: