iiRecord
Agentic AI Atlas · Content Appeal Process
workflow:content-appeal-processa5c.ai
II.
Workflow JSON

workflow:content-appeal-process

Structured · live

Content Appeal Process json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-expanded-3.yamlCluster · workflows
Record JSON
{
  "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": []
}