EdgeNode compiles computable execution plans into standardized Lean Value Stream Maps (VSM). While process diagrams like BPMN model procedural routing and decision gateways, VSM focuses on flow economics—isolating the primary product family to calculate Value-Added Time (VAT), inventory waiting latency, Total Process Lead Time (PLT), and Process Cycle Efficiency (PCE).
High-Level VSM Mapping Overview
Value Stream Mapping represents the end-to-end journey of a single apex artifact. The rendering engine translates database cycles into operational process blocks, transaction latencies into inventory queue buffers, and pipeline triggers into informational flow vectors.
| VSM Element | Visual Notation | Lean Significance |
|---|---|---|
| The Value Stream | Main horizontal diagram axis | Target product family under evaluation |
| Process Box | Rectangle with data block | Value-adding processing step |
Cycle Time (CT) |
Data box field (CT: <duration>) |
Value-Added Time (VAT) |
| Operator / Role | Data box field (Role: <role>) |
Human or operational execution owner |
| Material Flow & Queue | Solid arrow + Inventory Triangle (△) | Primary path handoff & buffer |
Lead Time (LT) |
Queue text (LT: <latency>) |
Non-Value-Added Time (NVAT / waiting) |
| Information Flow | Dashed arrow from feeder streams | Coordination signal / upstream pull |
| Sawtooth Ladder | Green (VAT low) / Red (NVAT high) steps | Visual contrast of work vs. waiting |
| Summary Card | Terminal card: Total VAT, PLT, PCE |
Overall stream flow efficiency |
Core Lean Design Principles
- One Product Family per Map: Standard Lean doctrine dictates isolating a single product family. In EdgeNode, the map isolates the plan's apex artifact—the root product that feeder streams converge upon.
- Material vs. Information Flow Separation: All direct transactions along the primary stream represent material handoffs. Information flows are modeled strictly via inter-stream triggers, capturing upstream triggers without cluttering the material path.
- Dual-Time Classification: Work durations are classified as Value-Added Time (VAT), whereas buffer latencies represent Non-Value-Added Time (NVAT).
- Zero Branching & Lane Elimination: Unlike BPMN, VSM eliminates swimlanes and alternative decision diamonds. Operational roles are embedded directly into process data boxes, and only the priority-1 (happy path) trajectory is evaluated.
1. Apex Artifact Selection
In a complex multi-stream plan (e.g., an automobile consisting of engine, chassis, and electronics streams), EdgeNode identifies the apex value stream using two convergent heuristics:
- Most Trigger Invocations
- The stream that participates as the
concernedacross the highest number ofpipelinesrows (the point of maximum architectural convergence). - Fewest Production Units
- The artifact generated in the lowest relative batch quantity (e.g., 1 final vehicle assembly versus hundreds of individual components).
2. Process Boxes & Inventory Queues
Each operational cycle within the apex stream is rendered as a square-cornered process box with a standardized Lean data block:
+-----------------------------------+
| Mount Engine |
+-----------------------------------+
| CT: 45 min |
| Role: Assembler |
| Art: assembly |
+-----------------------------------+
Alternating Grid Layout ( Stage Rhythm)
To preserve the standard Lean rhythm (Process Inventory Process), the layout engine advances stage ranks by 2 per hop:
- Even Columns (): Reserved exclusively for Process Boxes.
- Odd Columns (): Reserved for Inventory Triangles (△) representing queues with lead time latency (
LT).
3. Sawtooth Timeline Ladder & Flow Efficiency
Beneath the process and queue grid, EdgeNode generates a continuous sawtooth timeline ladder that visually separates active work from waiting waste:
- Process Stage (Low / Green Segment): Rendered below each process column, labeled
VAT: <duration>. If a stage contains parallel operations, the segment reflects . - Queue Stage (High / Red Segment): Rendered below each buffer column, labeled
NVAT: <latency>. Reflects of the incoming material transaction. - Diagonal Step Connectors: Sloped lines linking VAT and NVAT stages to produce the characteristic Lean sawtooth profile.
4. Mathematical Formulations
At the conclusion of the stream, a terminal summary card presents quantitative Lean flow metrics computed over the apex artifact's primary path:
Value-Added Time (Total VAT)
Total time actively spent performing transformations: $$ \text{Total VAT} = \sum_{c \in \text{Apex Cycles}} \text{duration}(c) $$
Total Process Lead Time (Total PLT)
Total elapsed door-to-door duration including intermediate inventory waiting latencies: $$ \text{Total PLT} = \text{Total VAT} + \sum_{t \in \text{Apex Priority-1 Flows}} \text{latency}(t) $$
Process Cycle Efficiency (PCE)
The percentage of total lead time that actually adds value to the customer: $$ \text{PCE} = \begin{cases} 100% & \text{if } \text{Total PLT} = 0 \ \left( \frac{\text{Total VAT}}{\text{Total PLT}} \right) \times 100% & \text{otherwise} \end{cases} $$
Worked Example: Automotive Assembly Line
Consider a manufacturing plan named car with an apex artifact of type assembly:
Apex Stream Data (assembly)
- Step 1 — Mount Engine: Duration = 45 min; Role = Assembler. Triggered by
enginestream at statetested. - Buffer 1: Latency = 3 hours.
- Step 2 — Mount Wheels: Duration = 30 min; Role = Assembler. Triggered by
wheelsstream at statebalanced. - Buffer 2: Latency = 2 hours.
- Step 3 — Final Inspect: Duration = 15 min; Role = QA.
Lean Economic Summary
- Total VAT: .
- Total NVAT: .
- Total Lead Time (PLT): .
- Process Cycle Efficiency (PCE): .
The artifact spends over 76% of its lifecycle waiting in non-value-adding inventory buffers, highlighting the primary target for Kaizen optimization.
Standards Comparison: VSM vs. BPMN vs. ArchiMate
| Dimension | BPMN 2.0 | VSM (Lean) | ArchiMate 3.x |
|---|---|---|---|
| Core Lens | Process choreography & routing | Flow economics & time waste | Layered enterprise structure |
| Scope | All active plan streams | Apex artifact stream only | Digital Twin ontology |
| Swimlanes | Horizontal role lanes | None (embedded in data box) | Architectural strata |
| Signature Element | Events & Gateways | Inventory Triangles & Sawtooth Ladder | Stereotyped layer boxes |
| Primary Metric | Execution path validity | Total VAT, PLT, PCE % | Labor & Asset Costs |