Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Pipeline Activities in DocDiagram #18

Open
3 tasks
MarkrJames opened this issue Oct 17, 2022 · 1 comment
Open
3 tasks

Include Pipeline Activities in DocDiagram #18

MarkrJames opened this issue Oct 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@MarkrJames
Copy link

MarkrJames commented 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]

  • Options to include Activities within diagram - Default 'No'
  • Display 'Activities Type' in diagram
  • Display 'Activities Name' in diagram
@MarkrJames MarkrJames changed the title Include Pipeline Activates in DocDiagram Include Pipeline Activities in DocDiagram Oct 17, 2022
@NowinskiK
Copy link
Member

Thanks Mark for raising this issue, very interesting one.

@NowinskiK NowinskiK added the enhancement New feature or request label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants