Implementation & Migration

Work packages, deliverables, plateaus: for migration.

Implementation & Migration: rendered example
Rendered by Gnomon from the source below. No edits.

The source

40 lines of PlantUML, and pulls in ArchiMate. Copy it, or open the template inside Gnomon and render it as it is.

@startuml
!include <archimate/Archimate>

title ArchiMate Implementation & Migration View

Implementation_WorkPackage(wp1, "Phase 1: Foundation")
Implementation_WorkPackage(wp2, "Phase 2: Core Development")
Implementation_WorkPackage(wp3, "Phase 3: Integration")
Implementation_WorkPackage(wp4, "Phase 4: Deployment")

Implementation_Deliverable(d1, "Architecture Design")
Implementation_Deliverable(d2, "Core Application")
Implementation_Deliverable(d3, "Integrated System")
Implementation_Deliverable(d4, "Production System")

Implementation_Event(kickoff, "Project Kickoff")
Implementation_Event(milestone1, "Design Complete")
Implementation_Event(milestone2, "Development Complete")
Implementation_Event(goLive, "Go Live")

Implementation_Plateau(current, "Current State")
Implementation_Plateau(transition, "Transition State")
Implementation_Plateau(target, "Target State")

Implementation_Gap(gap1, "Legacy System Gap")

Rel_Triggering(kickoff, wp1)
Rel_Realization(d1, wp1)
Rel_Triggering(milestone1, wp2)
Rel_Realization(d2, wp2)
Rel_Triggering(milestone2, wp3)
Rel_Realization(d3, wp3)
Rel_Triggering(goLive, wp4)
Rel_Realization(d4, wp4)

Rel_Association(current, gap1)
Rel_Association(gap1, transition)
Rel_Association(transition, target)

@enduml

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in ArchiMate diagrams