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/dP0zRy8m48Rt-nMlcCe00qC7XegFqga8912xWw_1akEppBcb_xvEr0z0xK0pd3BaUHyzcHpL9CsD9vDLGcugJbJ92RFypWdoWi1ly2umnVAXsxjeWgA2EQAtIfQJ2tMFq3uTjs7l2xXTFjsFHXTCb0vQ9x5vhnrRm4kPUFkBJAvi9551X7Poy81gZFLgiyNvybGrkIehxupFF3-OKFFYbOFUzGa8eepaweEEmSDwMEufybxPpgM9djL9U3JAH1miqT-QfVDyBF_jSxkykwPmTkevwIBOTgHFvxhfR4bal68tUuOah7S4VFLy5ydDIJT40LtLZ-pVOS1Lsg3ajEEJSdBZFm00dOzFQm8n44Vl-HG_FBK7FNZeGMZnJzjJHK7hFRiPrq0s4yP9gz--kulGhXJw9u611DuytlIeLZJNmTYi77DTa9Y2JvZdCmbuZqZl23wIILRKbpxPg2XWZnYin97uM0qCkjE16mg11Dlbyzrut8CITzHQsELIExWb-peExXiTN_kQcnZ31nGJh5URBRvkdQcABxBIpePCYuED5JszKTIRMnDP2UAhWqv0eshKp5EYKiajk4w1r7Dyj4e_A9O-q54vNlPo-xVWkFTIstR5Qt9MgQ-RpPS6nWP5QPKgblFzRlu2bi_tUcU0LesBcl-O1_mwiA_vVo9m5JbiAYWwCsr6hiC7

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"

opt
 
 
po -> b: POST ProductOrderAttributeValueChangeEvent()
  note right: e.g.: expectedCompletionDate
 end
 
po -> b: POST ProductOrderMilestoneEvent(estimatedAlertEndDateorderConfirmationUpdate)
note right: ABM
 
alt category=VBL or category=PV
 
opt  
 
  po -> bo: POST ProductOrderAttributeValueChangeEvent()
 
  note right: e.g.: expectedCompletionDate

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

...



Handet es sich bei dem Auftrag um die Category Providerwechsel oder Verbundleistung, muss der LE im Falle einer erneute Auftragsbestätigung nach Versenden der ProcessingMessage an den AGauf analog gegenüber dem AGab vorgehen.

...