flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
301@{ shape: doc, label: "برنامه تولید"}
class 301 doc
390@{ label: " T1.2 زمانبندی فعالیتهای تولید "}
class 390 activity
392@{ label: " T1.4 تبدیل محصول "}
class 392 activity
397@{ label: " T1.9 مدیریت داراییهای محصول تبدیل "}
class 397 activity
390 --> 301
301 --> 392
301 --> 397