iiRecord
Agentic AI Atlas · API Contract Testing
workflow:api-contract-testinga5c.ai
II.
Workflow JSON

workflow:api-contract-testing

Structured · live

API Contract Testing json

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

File · workflows/workflows/workflows-api-lifecycle.yamlCluster · workflows
Record JSON
{
  "id": "workflow:api-contract-testing",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-api-lifecycle.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "API Contract Testing",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-pull-request",
    "complexity": "cross-team",
    "description": "Validates that API changes conform to published contracts using\nconsumer-driven contract tests — generating pacts, running provider\nverification, detecting breaking changes, and gating merges on contract\ncompliance. Excludes API design review.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:api-contract-testing",
      "to": "role:test-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "role:implementer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "skill-area:graphql-schema-design",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "skill-area:react-testing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "domain:web-development",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "responsibility:review-prs-merge-decisions",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "responsibility:triage-incoming-issues",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:api-contract-testing",
      "to": "org-unit:quality-engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:contract-testing",
      "to": "workflow:api-contract-testing",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:api-mocking-simulation",
      "to": "workflow:api-contract-testing",
      "kind": "follows_workflow"
    }
  ]
}