https://flyte.org logo
#ask-the-community
Title
# ask-the-community
s

seunggs

05/05/2022, 7:31 AM
Hi! I have a quick question - I’m trying to create a flyte task from a web UI. Are there any tutorials or examples I can reference to do this? Any guidance on this would be appreciated!
k

Ketan (kumare3)

05/05/2022, 4:11 PM
@seunggs firstly welcome to the community
currently this is not supported in FlyteConsole
s

seunggs

05/05/2022, 4:13 PM
Hi @Ketan (kumare3) - I was actually referring to a UI in my own app. A way to create a task via form data (i.e. python code from a form input) - not from FlyteConsole
Is that not possible?
k

Ketan (kumare3)

05/05/2022, 4:14 PM
that should be possible. But will take some work
Let me explain the lay of the land
Currently some teams are working on interesting things 1. A UI based workflow builder. cc @Danielle Curammeng 2. A javascript /typescript SDK for Flyte. cc @Matthew Griffin
To create a task there are a few options
write python code and use
flyte script mode
to register the task. You can use the python flytekit client - here
Another option is to use the API directly from golang / python / java /typscript etc
s

seunggs

05/05/2022, 4:22 PM
@Ketan (kumare3) Thank you so much for the prompt response - I’ll definitely check out the options you’ve mentioned here. Thanks!
k

Ketan (kumare3)

05/05/2022, 4:22 PM
sure
s

seunggs

05/05/2022, 4:24 PM
Oh and one more quick thing - do you have a github repo for the UI workflow builder project that @Danielle Curammeng is working on?
So I can check it out?
k

Ketan (kumare3)

05/05/2022, 4:24 PM
i think it is still internal to toyota
s

seunggs

05/05/2022, 4:24 PM
Oh OK got it - thanks!
d

Danielle Curammeng

05/05/2022, 7:58 PM
Just catching up here, yes our project is relatively new and internal. But I’m always open to brainstorming with more folks 🙂
👍 1
s

seunggs

05/06/2022, 9:14 PM
Got it thank you!
3 Views