II.
Workflow JSON
Structured · liveworkflow:civic-data-publication
Civic Data Publication json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:civic-data-publication",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-government.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Civic Data Publication",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "cross-team",
"description": "Manages the publication of government datasets to open-data portals --\nvalidating data quality against DCAT and Schema.org metadata standards,\nexecuting PII detection and redaction pipelines, converting proprietary\nformats to open standards (CSV, GeoJSON, Parquet), generating\nmachine-readable data dictionaries, and coordinating agency sign-off\nbefore public release. Produces publication-ready datasets, data quality\nscorecards, and PII redaction audit logs. Excludes policy decisions\nabout which datasets to release.\n"
},
"outgoingEdges": [
{
"from": "workflow:civic-data-publication",
"to": "role:data-scientist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "role:security-reviewer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "skill-area:observability-pipeline",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "domain:government",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "domain:data-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "responsibility:data-quality-monitoring",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "responsibility:run-security-scans",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "org-unit:data-governance-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:civic-data-publication",
"to": "org-unit:compliance-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}