II.
Workflow JSON
Structured · liveworkflow:feature-flag-lifecycle
Feature Flag Lifecycle json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:feature-flag-lifecycle",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-product-design.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Feature Flag Lifecycle",
"workflowKind": "operational",
"triggerType": "continuous",
"typicalCadence": "weekly",
"complexity": "cross-team",
"description": "Manages feature flags from creation to cleanup — enforcing naming\nconventions, tracking flag age, alerting on stale flags, coordinating\ngradual rollout percentages, and ensuring dead flags are removed from\ncode after full rollout. Excludes experiment analysis.\n"
},
"outgoingEdges": [
{
"from": "workflow:feature-flag-lifecycle",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "skill-area:canary-rollouts",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "skill-area:gitops",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "domain:devops",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "responsibility:approve-deploys",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "responsibility:triage-incoming-issues",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:feature-flag-lifecycle",
"to": "org-unit:engineering-productivity",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:feature-flag-service",
"to": "workflow:feature-flag-lifecycle",
"kind": "follows_workflow"
}
]
}