In a Class object, I can reference an Activity Diagram and output it in Doc Composer as follows:
<HasSubDiagramChecker diagramType="ActivityDiagram">
<Text style="@heading+">Implementation</Text>
<ParagraphBreak/>
<ForEachSubDiagram diagramType="ActivityDiagram" ignoreLastSeparator="false">
I can also link to an Activity Diagram from an Operation within the class, but I can’t access it in Doc Composer. The difference appears to be that, for a Class, the diagram appears in a tab called “Diagrams”, but, for an Operation within a class, the diagram appears in a tab called “References”.
Is there any way to access the Activity Diagram from an Operation?