You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found the SynapseDocDiagram function that generates code to produce a mermaid diagram very useful for understanding dependencies when taking over an existing project.
I'd like the option to also include Activities within the diagram to have a holistic view of all elements included within a pipeline.
Example of Activities option: $synapse = Import-SynapseFromFolder -RootFolder $RootFolder -SynapseWorkspaceName 'whatever' -IncludeActivities 'Yes'
Example of Activity displayed within diagram: [activities:type].[activities:name]
Options to include Activities within diagram - Default 'No'
Display 'Activities Type' in diagram
Display 'Activities Name' in diagram
The text was updated successfully, but these errors were encountered:
MarkrJames
changed the title
Include Pipeline Activates in DocDiagram
Include Pipeline Activities in DocDiagram
Oct 17, 2022
enhancement
I've found the SynapseDocDiagram function that generates code to produce a mermaid diagram very useful for understanding dependencies when taking over an existing project.
I'd like the option to also include Activities within the diagram to have a holistic view of all elements included within a pipeline.
Example of Activities option:
$synapse = Import-SynapseFromFolder -RootFolder $RootFolder -SynapseWorkspaceName 'whatever' -IncludeActivities 'Yes'
Example of Activity displayed within diagram:
[activities:type].[activities:name]
The text was updated successfully, but these errors were encountered: