II.
Workflow JSON
Structured · liveworkflow:load-testing-pipeline
Load Testing Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:load-testing-pipeline",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Load Testing Pipeline",
"workflowKind": "development",
"triggerType": "scheduled",
"typicalCadence": "pre-release",
"complexity": "moderate",
"description": "Automated load testing workflow — test scenario design, traffic\npattern generation, progressive load ramp, performance metric\ncollection, bottleneck identification, and baseline comparison.\nIntegrated into CI/CD for pre-release performance gates.\n"
},
"outgoingEdges": [
{
"from": "workflow:load-testing-pipeline",
"to": "role:performance-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "role:sre",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "role:backend-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "skill-area:load-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "skill-area:performance-testing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "skill-area:profiling-cpu",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "domain:performance-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "domain:site-reliability",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:load-testing-pipeline",
"to": "responsibility:performance-optimization",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}