Hi All, Is there a way to get this code using Fly...
# flyte-support
p
Hi All, Is there a way to get this code using FlyteRemote API? We would like to get the same information produced by the following snippet (flytectl) instead using FlyteRemote. Of course FYI, we were able to get from the workflow level. But we are looking for more at the task level progress.
Copy code
flytectl get execution -p flytesnacks -d development oeh94k9r2r --details
Thank you!
a
@polite-nightfall-39188 what details you need to get from the execution? With the
fetch_execution
method you can retrieve the inputs/outputs https://docs.flyte.org/en/latest/user_guide/development_lifecycle/inspecting_executions.html#flyteremote
s
Hey @average-finland-92144 I am also looking for the same. Specifically the `--details`parameter, but with FlyteRemote
a
well, already tried retrieving the
node_executions
dict from
fetch_execution
but it's empty
p
@average-finland-92144, Thanks. We are looking more from the angle of fetching the node executions and its information i.e.: get the status, and its metadata of the tasks from the defined workflow.