iiRecord
Agentic AI Atlas · SDK Release
workflow:sdk-releasea5c.ai
II.
Workflow JSON

workflow:sdk-release

Structured · live

SDK Release json

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

File · workflows/workflows/workflows-expanded.yamlCluster · workflows
Record JSON
{
  "id": "workflow:sdk-release",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-expanded.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "SDK Release",
    "workflowKind": "development",
    "triggerType": "event-driven",
    "typicalCadence": "per-version",
    "complexity": "moderate",
    "description": "Manages the release of a client SDK across multiple languages --\nrunning cross-language test suites, generating API documentation,\nvalidating semver compliance, publishing to package registries,\nupdating quickstart guides, announcing the release through developer\nchannels, and monitoring adoption metrics. Produces release notes,\npublished packages, and updated docs. Excludes API server changes.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:sdk-release",
      "to": "role:sdk-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "role:developer-advocate",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "role:release-engineer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "skill-area:sdk-codegen",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "skill-area:semver-discipline",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "skill-area:ci-cd",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "domain:developer-experience",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "responsibility:sdk-quality",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:sdk-release",
      "to": "responsibility:release-cadence",
      "kind": "triggers_responsibility",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}