Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 801 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 801 Bytes

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?