provides_capabilityedge type
A Workstream provides a Capability. The hierarchy edge for the Workstream -> Capability layer. Capability is the discrete business capability owned at the Workstream level; Function visibility is computed via the two-hop join.
Full spec
{
"name": "provides_capability",
"description": "A Workstream provides a Capability. The hierarchy edge for the Workstream -> Capability layer. Capability is the discrete business capability owned at the Workstream level; Function visibility is computed via the two-hop join.",
"source_node_types": [
"Workstream"
],
"target_node_types": [
"Capability"
],
"cardinality": "N:N",
"traversal_semantics": "forward",
"dag_participation": false,
"lifecycle_states": [
"active",
"terminated"
],
"attributes_schema": {
"type": "object",
"additionalProperties": false,
"properties": {
"ownership": {
"type": "string",
"enum": [
"primary",
"shared"
],
"description": "primary = this Workstream is the canonical owner; shared = co-owned for cross-functional capabilities"
}
}
},
"raci_role": null
}