iiRecord
Agentic AI Atlas · Mobile Beta Testing
workflow:mobile-beta-testinga5c.ai
II.
Workflow JSON

workflow:mobile-beta-testing

Structured · live

Mobile Beta Testing json

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

File · domain/workflows/workflows-technical-depth.yamlCluster · domain
Record JSON
{
  "id": "workflow:mobile-beta-testing",
  "_kind": "Workflow",
  "_file": "domain/workflows/workflows-technical-depth.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Mobile Beta Testing",
    "description": "Structured beta programme workflow for distributing pre-release mobile builds to a\ncohort of internal and external testers before public release. The mobile engineer\npackages and distributes a beta build via TestFlight or the Play Console internal\ntrack, then invites testers from the designated cohort. QA engineers triage incoming\ncrash reports and feedback, reproducing critical issues and filing them as high-priority\nbugs. The beta cycle iterates until crash-free rate and user-reported issue volume\nfall within acceptable thresholds, signalling readiness for production submission.\n",
    "workflowKind": "development",
    "triggerType": "on-demand",
    "typicalCadence": "per-release-cycle",
    "complexity": "moderate"
  },
  "outgoingEdges": [
    {
      "from": "workflow:mobile-beta-testing",
      "to": "role:mobile-engineer",
      "kind": "involves_role"
    },
    {
      "from": "workflow:mobile-beta-testing",
      "to": "role:qa-engineer",
      "kind": "involves_role"
    },
    {
      "from": "workflow:mobile-beta-testing",
      "to": "role:product-manager",
      "kind": "involves_role"
    },
    {
      "from": "workflow:mobile-beta-testing",
      "to": "domain:mobile",
      "kind": "applies_to_domain"
    }
  ],
  "incomingEdges": [
    {
      "from": "lib-process:mobile-development--beta-testing-setup",
      "to": "workflow:mobile-beta-testing",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.5
      }
    }
  ]
}