Skip to content

lars-erik/logic-app-to-plantuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Logic Apps to Plant Uml

Generates Plant UML Activity Diagrams from Azure Logic App definitions.

Online version

Video demo (YouTube)

Wishlist

Technical

  • Learn how to structure module dependencies with npm
  • Publish to npm 😇

Logic apps

  • Parse Logic App expressions for paths / properties
  • Generate guard clauses based on if / switch expressions
  • Any missing control flows (?)
    • Can do
      • Foreach
      • Switch
      • If
      • Parallel branches
    • Can not do
      • ?
  • Any missing prominent action and/or trigger type

PlantUML

  • Bother to handle indentation
  • Include styling from raw GH-file
  • Improve color usage
  • Icons for activities?