Created
March 23, 2023 14:35
-
-
Save kstrauss/d0843d33204855e6a5961a00d5de8f22 to your computer and use it in GitHub Desktop.
working through a few sequence diagrams with VNDLY
This file contains 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 characters
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