iiRecord
Agentic AI Atlas · Mobile Crash Triage
workflow:crash-triagea5c.ai
II.
Workflow JSON

workflow:crash-triage

Structured · live

Mobile Crash Triage json

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

File · workflows/workflows/workflows-mobile-deep.yamlCluster · workflows
Record JSON
{
  "id": "workflow:crash-triage",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-mobile-deep.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Mobile Crash Triage",
    "workflowKind": "operational",
    "triggerType": "event-driven",
    "typicalCadence": "daily",
    "complexity": "single-team",
    "description": "Triages mobile app crash reports from Crashlytics or similar tools —\ngrouping by stack trace, assigning severity based on crash-free rate\nimpact, identifying regressions from recent releases, and routing to\nresponsible teams. Excludes root-cause debugging.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:crash-triage",
      "to": "role:debugger",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "domain:mobile",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "domain:observability",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "responsibility:respond-incidents",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:crash-triage",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}