Say I have a task that has failed. is there a way ...
# flyte-support
c
Say I have a task that has failed. is there a way to grab the stdout/stderr - or at least pass that on to flyte so that i can grab it later? I know i can go to cloudwatch but jw if there is something builtin
s
This should be possible with FlyteRemote. We capture an
error
property of FlyteNodeExecution https://union.ai/docs/flyte/api-reference/flytekit/packages/flytekit.remote.executions#flytekitremoteexecutionsflytenodeexecution
Actually this should be on the Task execution
c
yes I noticed this but that doesn't seem to be extensive including stdout/err