Hi! I have a quick question - I’m trying to create...
# ask-the-community
s
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
@seunggs firstly welcome to the community
currently this is not supported in FlyteConsole
s
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
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
@Ketan (kumare3) Thank you so much for the prompt response - I’ll definitely check out the options you’ve mentioned here. Thanks!
k
sure
s
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
i think it is still internal to toyota
s
Oh OK got it - thanks!
d
Just catching up here, yes our project is relatively new and internal. But I’m always open to brainstorming with more folks 🙂
👍 1
s
Got it thank you!
163 Views