Created
March 23, 2023 14:35
-
-
Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.
Revisions
-
kstrauss created this gist
Mar 23, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ sequenceDiagram VNDLY->>+Workday: Raise Contract End (via Connector) CML->>+VNDLY: update PO and extend date VNDLY->>+Workday: send new PO (via file) Workday->>+Workday: Reject change of PO, because of Contract End This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Collection of scenarios 1. Accidental or on purpose contract end event with change of PO [](https://mermaid-js.github.io/mermaid-live-editor/edit/#pako:eNp1UU1PwzAM_SuWTyAKGtcedtkmcRgfAgmE1IuXuG1gTSB1gKnqfydpigRCy8Xx83vPjjOgcpqxxJ7fA1vFa0ONp66yEM_jzXr7fL5cnj05_6rpUMI9mZ5h5ax4UgIbq-Hkw1BCLCtx_jQrV9fbpJsMSghvmoTh7hYoCvhLOIYEHWvTJ4LlzySZ_Guz59l6Jv0di19id1At2YbB1VFXwI4VhX5Kfw-MBXbsOzI6PntInhVKyx1XWMar5prCXioscmnmXjRkRaJPbZpEHPIwFe7IX7FpWkno5WKR8HHW_q-NsXvexkabuC4sxQcukIK4h4NVP3nmzJ-RwfEbL8CL5g) 2. Conversion of contractor to PO. 3. others? i.e. change on workday side? 4. bad/data (inconsistency with what is shown in VNDLY vs sent to workday - POs with ';' and extra spaces)