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 a new API endpoint that will fetch and save Tutorial flows at server boot-time (unless disabled) #3607

Closed
2 tasks
anna-geller opened this issue Apr 23, 2024 · 1 comment
Assignees
Labels
backend Need some backend code changes enhancement New feature or request
Milestone

Comments

@anna-geller
Copy link
Member

Feature description

To do:

  • add an API endpoint that will fetch blueprints tagged as "Getting Started" and save them into the tutorial namespace at server boot-time
  • add a configuration that allows disabling preloading example flows - see example syntax below
kestra:
  tutorial-flows:
    enabled: true # true by default, can be set to false for production; OSS-only

Some extra notes:

  • Those flows will be only preloaded in the OSS edition, EE users don't need it
  • It's critical for the onboarding tour that those flows already exist in the instance. It's not enough to point to blueprints. The flows need to exist by default in a kestra instance so that new users trying the product for the first time see example workflows even if they skip the onboarding tour New onboarding flow #3567
@anna-geller anna-geller added the enhancement New feature or request label Apr 23, 2024
@anna-geller anna-geller added this to the v0.18.0 milestone Apr 23, 2024
@anna-geller anna-geller modified the milestones: v0.18.0, v0.17.0 May 14, 2024
@fhussonnois fhussonnois added the backend Need some backend code changes label May 14, 2024
@fhussonnois fhussonnois self-assigned this May 14, 2024
@anna-geller
Copy link
Member Author

likely no new endpoint is needed, just using this existing endpoint to fetch the Getting Started blueprints and loading them to the tutorial namespace at server boot-time in OSS

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Need some backend code changes enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants