II.
Workflow JSON
Structured · liveworkflow:growth-experiment-review
Growth Experiment Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:growth-experiment-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-growth-digital.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Growth Experiment Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "cross-team",
"description": "Reviews active and completed growth experiments — evaluating statistical\nsignificance of test results, analyzing unexpected side effects on\nadjacent metrics, deciding ship/iterate/kill for each experiment,\nvalidating measurement methodology, and reprioritizing the experiment\nqueue based on learnings. Produces experiment decision log and updated\nroadmap. Excludes experiment design and implementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:growth-experiment-review",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "skill-area:eval-driven-development",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "domain:digital-marketing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "domain:business-intelligence",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "org-unit:growth-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:growth-experiment-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:ab-testing-platform",
"to": "workflow:growth-experiment-review",
"kind": "follows_workflow"
}
]
}