II.
Workflow JSON
Structured · liveworkflow:RFC-process
RFC Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:RFC-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-4.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "RFC Process",
"workflowKind": "governance",
"triggerType": "event-driven",
"typicalCadence": "ad-hoc",
"complexity": "cross-team",
"description": "Requesting and reviewing technical proposals through formal RFCs --\ndrafting the proposal with problem statement, alternatives, and\nrecommendation, soliciting feedback from stakeholders across teams,\niterating on concerns, reaching consensus or escalating disagreements,\nand publishing the final decision. Produces RFC documents, comment\nthreads, and decision records.\n"
},
"outgoingEdges": [
{
"from": "workflow:RFC-process",
"to": "role:chief-architect",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "role:engineering-program-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "responsibility:architecture-governance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "responsibility:cross-team-alignment",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:RFC-process",
"to": "org-unit:architecture-guild",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}