Lane (EN)
ConceptDivides a pool into horizontal strips to represent responsibilities
Architecture
flowchart TD Pool[Pool] --> Lane1[Lane 1: Sales] Pool --> Lane2[Lane 2: Marketing] Pool --> Lane3[Lane 3: Logistics] Lane1 -->|Process A| Process1[Process 1] Lane2 -->|Process B| Process2[Process 2] Lane3 -->|Process C| Process3[Process 3] Process1 -->|Data flow| Process2 Process2 -->|Data flow| Process3