Mermaid:GDPR Information Flows

From Dan Shearer CV
Revision as of 13:38, 24 November 2021 by Dan (talk | contribs) (Created page with "sequenceDiagram participant Controller participant Processor Controller->>Processor: Makes Audit Demands of loop Test Processor: Collects Audit Answers end Note r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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