iiRecord
Agentic AI Atlas · Blue-Green Deployment
workflow:blue-green-deploymenta5c.ai
II.
Workflow JSON

workflow:blue-green-deployment

Structured · live

Blue-Green Deployment json

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

File · workflows/workflows/workflows-expanded.yamlCluster · workflows
Record JSON
{
  "id": "workflow:blue-green-deployment",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Blue-Green Deployment",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-release",
    "complexity": "moderate",
    "description": "Executes a blue-green deployment strategy -- provisioning an identical\nproduction environment (green), deploying the new version, running\nsmoke tests and health checks, switching traffic at the load balancer,\nmonitoring error rates during the transition, and maintaining the\nprevious environment (blue) for instant rollback. Produces deployment\nlog and switchover checklist. Excludes canary percentage rollouts.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:blue-green-deployment",
      "to": "role:devops-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "role:sre",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "role:release-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "skill-area:blue-green-deployment",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "skill-area:deployment-automation",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "skill-area:observability-pipeline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "domain:devops",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "domain:infrastructure",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "responsibility:deployment-management",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:blue-green-deployment",
      "to": "responsibility:platform-reliability",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}