flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
8@{ shape: doc, label: "سفارش مشتری"}
class 8 doc
46@{ label: " F1.2 دریافت سیگنال سفارش "}
class 46 activity
50@{ label: " F1.6 زمانبندی حمل و نقل "}
class 50 activity
62@{ label: " F2.6 زمانبندی حمل و نقل "}
class 62 activity
46 --> 8
8 --> 50
8 --> 62