flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
94@{ shape: doc, label: "برنامه سفارش نهایی"}
class 94 doc
204@{ label: " P2.5 ابلاغ پاسخ نهایی سفارش به P1.3 "}
class 204 activity
196@{ label: " P1.3 ارزیابی و ایجاد پاسخ تأمین "}
class 196 activity
204 --> 94
94 --> 196