Skip to content

Instantly share code, notes, and snippets.

@kstrauss
Created March 23, 2023 14:35
Show Gist options
  • Select an option

  • Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.

Select an option

Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.

Revisions

  1. kstrauss created this gist Mar 23, 2023.
    5 changes: 5 additions & 0 deletions contractEnd.seq
    Original 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
    10 changes: 10 additions & 0 deletions readme.md
    Original 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.ink/img/pako:eNp1UU1PwzAM_SuWTyAKGtcedtkmcRgfAgmE1IuXuG1gTSB1gKnqfydpigRCy8Xx83vPjjOgcpqxxJ7fA1vFa0ONp66yEM_jzXr7fL5cnj05_6rpUMI9mZ5h5ax4UgIbq-Hkw1BCLCtx_jQrV9fbpJsMSghvmoTh7hYoCvhLOIYEHWvTJ4LlzySZ_Guz59l6Jv0di19id1At2YbB1VFXwI4VhX5Kfw-MBXbsOzI6PntInhVKyx1XWMar5prCXioscmnmXjRkRaJPbZpEHPIwFe7IX7FpWkno5WKR8HHW_q-NsXvexkabuC4sxQcukIK4h4NVP3nmzJ-RwfEbL8CL5g)](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)