2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-29 13:28:19 +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 ```mermaid
graph TD graph TD
SubGraph1 --> SubGraph1Flow A -> B
subgraph "SubGraph 1 Flow" A -> D
SubGraph1Flow(SubNode 1) B -> C
SubGraph1Flow -- Choice1 --> DoChoice1 B -> D
SubGraph1Flow -- Choice2 --> DoChoice2 C -> F
end
subgraph "Main Graph"
Node1[Node 1] --> Node2[Node 2]
Node2 --> SubGraph1[Jump to SubGraph1]
SubGraph1 --> FinalThing[Final Thing]
end end
``` ```