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