flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
33@{ shape: doc, label: "رسید"}
class 33 doc
82@{ label: "O1.5 تولید رسید و تاریخ ارسال"}
class 82 activity
43@{ label: " F1.1 دریافت محصول B2C از منبع یا تبدیل "}
class 43 activity
49@{ label: " F1.5 آمادهسازی محصول "}
class 49 activity
82 --> 33
33 --> 43
33 --> 49