Justin Chavez
03/15/2021, 7:50 PMStartFlowRun
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.Kyle Moon-Wright
03/15/2021, 8:03 PMStartFlowRun
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.Justin Chavez
03/15/2021, 10:44 PM