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

Replace ENUM with SELECT #4063

Closed
Skraye opened this issue Jun 17, 2024 · 0 comments
Closed

Replace ENUM with SELECT #4063

Skraye opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request kind/quick-win Seems to be quick to do

Comments

@Skraye
Copy link
Member

Skraye commented Jun 17, 2024

Feature description

id: myflow
namespace: company.myteam
description: mark ENUM as deprecated in favor of SELECT type but not remove yet
inputs:
  - id: hey
    type: SELECT
    options:
      - a
      - b
      - c
      - d
    defaults:
      - a
@Skraye Skraye added the enhancement New feature or request label Jun 17, 2024
@Skraye Skraye self-assigned this Jun 17, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jun 17, 2024
@Skraye Skraye added this to the v0.18.0 milestone Jun 17, 2024
@anna-geller anna-geller removed this from the v0.18.0 milestone Jul 4, 2024
@anna-geller anna-geller added the kind/quick-win Seems to be quick to do label Jul 4, 2024
@Skraye Skraye closed this as completed in 7cb41fb Jul 22, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in Issues Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kind/quick-win Seems to be quick to do
Projects
Archived in project
Development

No branches or pull requests

2 participants