Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Img
src//www.plantuml.com/plantuml/png/dOzFQm8n44Vl-HG_FBK7FNZeGMZnJzjJHK7hFRiPrq0s4yP9gz--kulGhXJw9u611DuytlIeLZJNmTYi77DTa9Y2JvZdCmbuZqZl23wIILRKbpxPg2XWZnYin97uM0qCkjE16mg11Dlbyzrut8CITzHQsELIExWb-peExXiTN_kQcnZ31nGJh5URBRvkdQcABxBIpePCYuED5JszKTIRMnDP2UAhWqv0eshKp5EYKiajk4w1r7Dyj4e_A9O-q54vNlPo-xVWkFTIstR5Qt9MgQ-RpPS6nWP5QPKgblFzRlu2bi_tUcU0LesBcl-O1_mwiA_vVo9m5JbiAYWwCsr6hiC7fP1DImCn48Rl-HL3Jtfe3pruA2ZzK4-M5bhtdjrCju7iJ9YTQFlltOq5NHHK3CD00i_xy6RUgXLDJJ0sALDgIXHJyWcMwOm2V032LmYUq4GhwYiVBIcKO5iORSIXUAf71jvF9dSOGeVkruytq-c0YfonhR1BbMOweqCX1_UDaByO-uaCupiePx3TxFRmENYXAhvCYeKD2LT7IpK-l23frRKXLWJnzL5dW9DwqkrJn4hHhRY90TKptLl57oLh7x1LfaiozsyhfeENnlOXpz5PnQ5miLpteHmLAgjOivnlY-KJi7pSjqN-bZmNE_-jOmV-lkLGz8-U0sdVTDmrGN9ctgtKX3S0

Codeblock
languagetext
collapsetrue
@startuml
autonumber
box Buyer of new line
participant b as "Ordering"
      
box Seller TMF622
participant po as "ProductOrder"
  
box Buyer of old line
participant bo as "Ordering"
 
 
po -> b: POST ProductOrderAttributeValueChangeEvent()
note right: e.g.: expectedCompletionDate
 
 
po -> b: POST ProductOrderMilestoneEvent(orderConfirmationUpdate)
note right: ABM
 
altopt category=VBL or category=PV
  
 
  po -> bo: POST ProductOrderAttributeValueChangeEvent()
  note right: e.g.: expectedCompletionDate

 
  po -> bo: POST ProductOrderMilestoneEvent(orderConfirmationUpdate)
  note right: ABM-PV
end
@enduml

...