II.
Workflow JSON
Structured · liveworkflow:content-review-pipeline
Content Review Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:content-review-pipeline",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-3.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Content Review Pipeline",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "continuous",
"complexity": "cross-team",
"description": "Processing user-generated content through moderation stages — automated\nclassification, human review queues, quality assurance sampling, and\nenforcement action execution. Covers content prioritization, reviewer\nworkload management, and accuracy metrics tracking.\n"
},
"outgoingEdges": [
{
"from": "workflow:content-review-pipeline",
"to": "role:content-moderator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-review-pipeline",
"to": "role:trust-safety-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-review-pipeline",
"to": "domain:content-moderation",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-review-pipeline",
"to": "domain:social-media",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-review-pipeline",
"to": "responsibility:content-policy-enforcement",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:content-review-pipeline",
"to": "responsibility:community-guidelines-enforcement",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool:contentstack",
"to": "workflow:content-review-pipeline",
"kind": "supports_work",
"attributes": {
"confidence": "medium",
"evidence": "Content approval and publishing workflows map to review pipeline projections."
}
}
]
}