Mermaid - subgraph

From Semantic MediaWiki - Sandbox

→ Back to Mermaid overview

Syntax

{{#mermaid:graph TD
 subgraph ICT Department
 A1("Asset(s) received")-->A2(Count and check that all items are<br>delivered according to delivery note)
 A2-->A3("Add non-consumable<br>asset(s) to asset registry")
 A3-->A4(Store or re-distribute asset)
 end
 subgraph Stores
 A2-->B1(Generate GRV)
 end
 subgraph Sub-process
 A3-->C1(Insurance process)
 end
}}

Result

Cookies help us deliver our services. By using our services, you agree to our use of cookies.