Mermaid:GDPR Information Flows
From Dan Shearer CV
sequenceDiagram
participant Controller
participant Processor
Controller->>Processor: Makes Audit Demands of
loop Test
Processor: Collects Audit Answers
end
Note right of Processor: This is must be transparent to the Controller
Processor->>Controller: Replies with Audit Answers
sequenceDiagram participant Controller participant Processor Controller->>Processor: Makes Audit Demands of loop Test Processor: Collects Audit Answers end Note right of Processor: This is must be transparent to the Controller Processor->>Controller: Replies with Audit Answers