Skip to content

Instantly share code, notes, and snippets.

@kstrauss
Created March 23, 2023 14:35
Show Gist options
  • Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.
Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.
working through a few sequence diagrams with VNDLY

Collection of scenarios

  1. Accidental or on purpose contract end event with change of PO

  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)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment