Skip to content

Instantly share code, notes, and snippets.

@xhocquet
Created February 27, 2019 22:36
Show Gist options
  • Save xhocquet/9b872b18a11915742dc6480364e05e5d to your computer and use it in GitHub Desktop.
Save xhocquet/9b872b18a11915742dc6480364e05e5d to your computer and use it in GitHub Desktop.
Docutech Integration mermaid.io Markup
```mermaid
sequenceDiagram
Docutech->>Maxwell: Document Distribution event
Maxwell->>Docutech: Success Response
Note right of Maxwell: Process event:<br>Create task<br>Send notifications
Maxwell->>Docutech: User click to sign (iframe)
Note left of Docutech: User completes<br>signing
Docutech->>Maxwell: Subsequent document event
Note right of Maxwell: Mark task as<br>complete/error
Maxwell->>Docutech: Request signed documents
Docutech->>Maxwell: Respond with documents
Note right of Maxwell: Process documents<br>Add docs to vault<br/>Send notifications
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment