flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
49@{ shape: doc, label: "سفارش خرید"}
class 49 doc
88@{ label: "O2.5 تولید و ارسال سفارش"}
class 88 activity
89@{ label: "O2.6 پردازش پرداخت"}
class 89 activity
88 --> 49
49 --> 89