II.
Workflow JSON
Structured · liveworkflow:content-appeal-process
Content Appeal Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:content-appeal-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-3.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Content Appeal Process",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-appeal",
"complexity": "moderate",
"description": "Handling appeals of content moderation decisions — appeal intake,\nindependent re-review, escalation to senior reviewers, decision\ncommunication, and policy exception tracking. Ensures fair process\nand identifies systematic enforcement issues.\n"
},
"outgoingEdges": [
{
"from": "workflow:content-appeal-process",
"to": "role:content-moderator",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-appeal-process",
"to": "role:trust-safety-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-appeal-process",
"to": "role:legal-counsel",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-appeal-process",
"to": "domain:content-moderation",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-appeal-process",
"to": "responsibility:content-policy-enforcement",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}