II.
Workflow JSON
Structured · liveworkflow:data-retention-review
Data Retention Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:data-retention-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-compliance-deep.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Data Retention Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Audits data retention policies across storage systems — verifying TTL\nenforcement, identifying data exceeding retention periods, validating\narchival pipelines, and ensuring deletion jobs complete within compliance\nwindows. Excludes initial retention policy authoring.\n"
},
"outgoingEdges": [
{
"from": "workflow:data-retention-review",
"to": "role:database-administrator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "skill-area:postgres-tuning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "domain:databases",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "domain:security",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "responsibility:security-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "org-unit:data-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "org-unit:database-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:data-retention-review",
"to": "org-unit:security-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:file-storage-object-gateway",
"to": "workflow:data-retention-review",
"kind": "follows_workflow"
}
]
}