II.
Workflow JSON
Structured · liveworkflow:ci-cd-pipeline-migration
CI/CD Pipeline Migration json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:ci-cd-pipeline-migration",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-deeper-domains.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "CI/CD Pipeline Migration",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-project",
"complexity": "cross-team",
"description": "Migrates CI/CD pipelines between platforms or architectures -- auditing\ncurrent pipeline configurations, build scripts, and artifact registries\nto produce a complete migration inventory, mapping source-platform\nprimitives to target-platform equivalents, redesigning pipeline stages to\nleverage target-platform native capabilities, implementing parallel-run\nvalidation where both old and new pipelines execute simultaneously,\nmigrating secrets and environment variables with rotation, validating\nartifact-signing and provenance chains in the new system, conducting team\ntraining on the target platform, and executing a phased cutover with\nrollback readiness. Produces migration plan, parallel-run validation\nreport, and cutover runbook. Excludes pipeline feature development.\n"
},
"outgoingEdges": [
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "skill-area:containerization",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "responsibility:run-architecture-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "org-unit:infra-engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:ci-cd-pipeline-migration",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:cicd-platform",
"to": "workflow:ci-cd-pipeline-migration",
"kind": "follows_workflow"
}
]
}