Hi! I have a quick question - I’m trying to create...
# flyte-support
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!
f
@sticky-angle-28419 firstly welcome to the community
currently this is not supported in FlyteConsole
s
Hi @freezing-airport-6809 - 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?
f
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 @acceptable-river-81601 2. A javascript /typescript SDK for Flyte. cc @bored-sundown-82236
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
@freezing-airport-6809 Thank you so much for the prompt response - I’ll definitely check out the options you’ve mentioned here. Thanks!
f
sure
s
Oh and one more quick thing - do you have a github repo for the UI workflow builder project that @acceptable-river-81601 is working on?
So I can check it out?
f
i think it is still internal to toyota
s
Oh OK got it - thanks!
a
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!
164 Views