II.
Workflow JSON
Structured · liveworkflow:gdpr-data-subject-request
GDPR Data Subject Request json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:gdpr-data-subject-request",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-compliance-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "GDPR Data Subject Request",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "per-request",
"complexity": "cross-team",
"description": "Processes data subject access, rectification, and deletion requests under\nGDPR — intake verification, data inventory lookup across systems,\ncoordinated deletion or export, audit trail generation, and response\nwithin regulatory timelines. Excludes ongoing data governance policy\ndesign.\n"
},
"outgoingEdges": [
{
"from": "workflow:gdpr-data-subject-request",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "skill-area:oauth-flows",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "org-unit:data-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:gdpr-data-subject-request",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}