From b5c22598a2f93c38753a215cee3bd4a6e2f8a577 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Wed, 16 Oct 2019 03:50:38 +0000 Subject: [PATCH] Update WorkItems --- WorkItems.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/WorkItems.md b/WorkItems.md index 2230b47..8800792 100644 --- a/WorkItems.md +++ b/WorkItems.md @@ -307,18 +307,11 @@ Most work items cover more than one section of the stack, however there are seve ```mermaid graph TD - SubGraph1 --> SubGraph1Flow - subgraph "SubGraph 1 Flow" - SubGraph1Flow(SubNode 1) - SubGraph1Flow -- Choice1 --> DoChoice1 - SubGraph1Flow -- Choice2 --> DoChoice2 - end - - subgraph "Main Graph" - Node1[Node 1] --> Node2[Node 2] - Node2 --> SubGraph1[Jump to SubGraph1] - SubGraph1 --> FinalThing[Final Thing] - + A -> B + A -> D + B -> C + B -> D + C -> F end ```