Skip to content

Instantly share code, notes, and snippets.

@aitor
Forked from martinwoodward/mermaid.md
Last active June 15, 2023 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aitor/07342d679a3f990a71991d38acfd9745 to your computer and use it in GitHub Desktop.
Save aitor/07342d679a3f990a71991d38acfd9745 to your computer and use it in GitHub Desktop.
GitHub HTML Rendering Pipeline
flowchart TB
    "Failed Payment delivery"-->Policies
    subgraph Retry System
    Policies-->Retrier
    end
    Retrier-->"Selected Action"

  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment