https://flyte.org logo
Title
t

Tom Melendez

10/25/2022, 8:56 PM
Hey Folks, using Flyte remote and would like to pull out some data that I see in the console. I use recent_executions, which returns a list of FlyteWorkflowExecution, but inputs property seems to be blank. Yet, in the console I see the inputs for that same execution ID. How do access those?
k

Kevin Su

10/25/2022, 9:36 PM
t

Tom Melendez

10/25/2022, 9:52 PM
Great, thanks, will try it out - I saw it listed in the docs but just assumed it didn't apply to me and breezed on by.
@Kevin Su thanks for the tip, this works. Admittedly it's pretty slow, about a minute for it to return. (Yet the console has access to this information almost immediately.). Any tips to speed this up?
k

Kevin Su

10/25/2022, 11:43 PM
Interesting. is it a large workflow that has many tasks? basically,
remote.sync
will fetch every node execution if I remember correctly, so it will take some time to fetch input/output. btw, we’re working on improving flyte remote performance and UX.