II.
Workflow JSON
Structured · liveworkflow:precision-agriculture-data-pipeline
Precision Agriculture Data Pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:precision-agriculture-data-pipeline",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-agriculture.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Precision Agriculture Data Pipeline",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "daily",
"complexity": "cross-team",
"description": "Manages the ingestion and processing of precision agriculture sensor\ndata -- collecting soil-moisture, nutrient-level, and weather-station\nreadings from field IoT networks, integrating satellite and drone\nmultispectral imagery for vegetation-index computation (NDVI, EVI),\nrunning data-quality validation against sensor calibration baselines,\nand feeding processed datasets into variable-rate application maps for\nfertilizer, irrigation, and pest-management systems. Produces\ngeoreferenced field-health dashboards, sensor anomaly reports, and\nprescription maps. Excludes agronomic decision-making.\n"
},
"outgoingEdges": [
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "role:platform-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "skill-area:kafka-stream-processing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "domain:agriculture",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "domain:data-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "org-unit:data-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:precision-agriculture-data-pipeline",
"to": "org-unit:platform-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}