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

Add autocompletion to subflows #2473

Closed
anna-geller opened this issue Nov 8, 2023 · 0 comments
Closed

Add autocompletion to subflows #2473

anna-geller opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request large-project
Milestone

Comments

@anna-geller
Copy link
Member

anna-geller commented Nov 8, 2023

Currently, when adding a subflow, you need to know the namespace, flowId and inputs properties of a subflow.

It would be a great improvement to the UX if kestra would provide autocompletion. E.g.:

  1. after you've specified the namespace, you get autocompletion on the flowId property based on flows available in that namespace.
  2. after you've set the flowId, the inputs map property can give autocompletion of available input properties

Update as of 16.04.2024

  1. Autocompletion for subflows (autocomplete namespace name first, then autocomplete the flow ID)
  2. Add a link to the subflow flow code in the Editor under the flow ID, allowing users to edit the flow in the same Flow Editor (new Editor tab, not a browser tab → it’s important for Ludo that it's in the same Editor, not a new browser tab). See example to clarify:

image

@anna-geller anna-geller added the enhancement New feature or request label Nov 8, 2023
@anna-geller anna-geller added this to the v0.15.0 milestone Dec 4, 2023
@anna-geller anna-geller modified the milestones: v0.15.0, v0.16.0, v0.20.0 Jan 14, 2024
@anna-geller anna-geller modified the milestones: v0.20.0, v0.18.0, v0.17.0 Apr 16, 2024
brian-mulier-p added a commit that referenced this issue Apr 18, 2024
brian-mulier-p added a commit that referenced this issue Apr 18, 2024
brian-mulier-p added a commit that referenced this issue Apr 25, 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 large-project
Projects
None yet
Development

No branches or pull requests

2 participants