Hi all, when using `StartFlowRun` is it possible t...
# ask-community
j
Hi all, when using
StartFlowRun
is it possible to see the logs for each called flow? I am locally running a parent flow that calls multiple child flows using
StartFlowRun
, but I can only see the success or failed status, not any of stdouts that some of the child flow tasks prints.
k
Hey @Justin Chavez, Not quite - the orchestrator flow will use the state of each flow initiated by
StartFlowRun
Tasks as it’s own Task state, but logs are still delegated to that Flow Run. This could be a great enhancement though! For the time being, I’d recommend creating an Artifact link to each of the created Flow Run’s logs to make navigation a little easier.
j
Got it thanks!