II.
Workflow JSON
Structured · liveworkflow:content-calendar-planning
Content Calendar Planning json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:content-calendar-planning",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-marketing.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Content Calendar Planning",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "monthly",
"complexity": "single-team",
"description": "Plans and coordinates the editorial calendar for upcoming content\nproduction — mapping themes to business goals, assigning content briefs\nto creators, scheduling publication dates across channels, and identifying\ngaps in topic coverage or funnel-stage representation. Produces a\nprioritized content backlog. Excludes content creation itself.\n"
},
"outgoingEdges": [
{
"from": "workflow:content-calendar-planning",
"to": "role:technical-writer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "role:devrel",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "domain:marketing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "domain:digital-marketing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "domain:knowledge-management",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "responsibility:write-user-docs",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "org-unit:marketing-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:content-calendar-planning",
"to": "org-unit:devrel-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}