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