...
ProductOrderStateChangeEvent: pending
ProductOrderStateChangeEvent: pending | ||
fachliche Felder | Daten | API Felder |
Orderstatus | pending | state |
fachliches Änderungsdatum | 2022-12-16T11:30:00+01:00 | stateChangeDate |
technisches EventDatum | 2022-12-16T11:30:00+01:00 | eventTime |
Grund der Änderung | 6001 "Endkunde nicht angetroffen" | stateChangeReason.code stateChangeReason.description |
ProductOrderInformationRequiredEvent
fachliche Felder | Daten | API Felder |
---|---|---|
fieldPath | /requestedCompletionDate tbd | fieldPath.path fieldPath.typeOfChange |
Variante LineInUse
Codeblock | ||
---|---|---|
| ||
@startuml autonumber box Product Order vom Typ PV (PO) participant eauf as "EKP auf + TNB auf (AG auf)" participant tauf as "ANE (LEauf)" box (Sub)Product Order vom Typ KUE-LE (PO2) participant leab as "ANE (LEab)" participant tab as "TNB ab + EKPab (AG ab)" eauf -> tauf: POST ProductOrder(productOrderItemCreate, VAId) note right: PV eauf <- tauf: ProductOrderStatusChangeEvent(PO, Acknowleged) tauf -> leab: notifyKUE note over leab, tab: Die Sequenz [[https://confluence.t-systems-mms.eu/pages/viewpage.action?pageId=547957140#Auftrag(K%C3%BCndigungdurchLE,GFPV/VBL)anlegen-HappyPath Auftrag (Kündigung durch LE, GF PV/VBL, Happy path) anlegen]] wird hier includiert leab ->tauf:notifyRUEM-PV(approval, reason) eauf <- tauf: ProductOrderStateChangeEvent(PO,InProgress) tauf -> leab:notifyInProgress leab -> tab: ProductOrderStatusChangeEvent(PO2, InProgress) note right: ABM-PV eauf <- tauf: ProductOrderStateChangeEvent(PO,pending) tauf -> leab:notifyInPending leab -> tab: ProductOrderStatusChangeEvent(PO2, pending) eauf <- tauf: ProductOrderInformationRequiredEvent(PO,requestedCompletionDate) eauf -> tauf: POST CloseProductOrder eauf <- tauf: POST CloseProductOrderStateChangeEvent(acknowledged, inProgress, done) eauf <- tauf: ProductOrderStateChangeEvent(PO,InProgress) tauf -> leab:notifyInProgress leab -> tab: ProductOrderStatusChangeEvent(PO2, InProgress) note right: ABM-PV eauf <- tauf: ProductOrderStateChangeEvent(PO,Completed) tauf -> leab:notifyInCompleted leab -> tab: ProductOrderStatusChangeEvent(PO2, Completed) note right: ERLM-PV eauf <- tauf: ProductOrderStateChangeEvent(PO,Closed) tauf -> leab:notifyInClosed leab -> tab: ProductOrderStatusChangeEvent(PO2, Closed) note right: ENTM-PV @enduml |
...