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