I'm using sub-workflows within a larger master workflow, which has made it much easier to develop and test individual pieces. However, the tracing I'm getting back doesn't include details about the steps executed in the sub-workflows/step as a workflow it just shows the output of the entire workflow for the step.
Is this a known limitation of workflows, or am I missing something? I couldn't find anything in the docs about tracing behavior when using a workflow as a step within another workflow.