How can we check subworkflow logs?

in Execustiona tab we can see the main workflow logs but if i need to check the sub workflow logs where can i check?

Hi @mylearnings_abu Either you can just open your sub-workflow in the editor and see its executions, or you can just see the generalised list of executions in your n8n dashboard.

What i do is:

where I can directly view the subworkflow run from the parent.

hi @mylearnings_abu, good morning!
Another option is to manually pass a tracking ID from the parent workflow to the subworkflow, such as a jobId created by you or the current execution’s ID, and save this value in the data/logs. This way it’s easier to correlate which subworkflow execution belongs to which parent execution.