II.
Workflow JSON
Structured · liveworkflow:event-driven-architecture-review
Event-Driven Architecture Review json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:event-driven-architecture-review",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-backend.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Event-Driven Architecture Review",
"workflowKind": "governance",
"triggerType": "on-demand",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Reviews the event-driven architecture landscape — auditing event\nschemas, verifying consumer group lag, validating dead-letter queue\nhandling, assessing event ordering guarantees, and ensuring schema\nregistry governance. Excludes individual event handler development.\n"
},
"outgoingEdges": [
{
"from": "workflow:event-driven-architecture-review",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "role:principal-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "skill-area:kafka-stream-processing",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "skill-area:domain-driven-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "responsibility:run-architecture-review",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:event-driven-architecture-review",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:event-sourcing-cqrs",
"to": "workflow:event-driven-architecture-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:webhook-processing",
"to": "workflow:event-driven-architecture-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:enterprise-service-bus",
"to": "workflow:event-driven-architecture-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:saga-distributed-transaction",
"to": "workflow:event-driven-architecture-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:cqrs-read-model",
"to": "workflow:event-driven-architecture-review",
"kind": "follows_workflow"
}
]
}