II.
Workflow JSON
Structured · liveworkflow:sales-pipeline-review
Sales Pipeline Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:sales-pipeline-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-sales.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Sales Pipeline Review",
"workflowKind": "governance",
"triggerType": "scheduled",
"typicalCadence": "weekly",
"complexity": "single-team",
"description": "Reviews the health and velocity of the sales pipeline — analyzing stage\nconversion rates, identifying stalled opportunities, validating forecast\naccuracy against historical close rates, and flagging deals requiring\nexecutive intervention or resource reallocation. Produces a pipeline\nhealth report and action items. Excludes individual deal negotiation.\n"
},
"outgoingEdges": [
{
"from": "workflow:sales-pipeline-review",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "domain:sales",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "domain:business-intelligence",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "responsibility:capacity-planning",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "org-unit:sales-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:sales-pipeline-review",
"to": "org-unit:business-intelligence-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}