2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 01:57:43 +00:00

Update WorkItems

John Johansen 2019-10-16 03:50:38 +00:00
parent bf145b1307
commit b5c22598a2

@ -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
```