flowchart LR
classDef activity fill:#AFDAFD,stroke:#6c8ebf,stroke-width:2px,color:#000880
classDef doc fill:#0565b3,stroke:#6c8ebf,stroke-width:2px,color:#ffffff
31@{ shape: doc, label: "سفارش پرداختشده"}
class 31 doc
81@{ label: "O1.4 پردازش پرداخت"}
class 81 activity
80@{ label: "O1.3 ایجاد سفارش"}
class 80 activity
81 --> 31
31 --> 80