moves_throughedge type
A Capability flows through a Transition Wave during cutover. Source for the wave-by-wave view in Phase 2 transition execution.
Full spec
{
"name": "moves_through",
"description": "A Capability flows through a Transition Wave during cutover. Source for the wave-by-wave view in Phase 2 transition execution.",
"source_node_types": [
"Capability"
],
"target_node_types": [
"TransitionWave"
],
"cardinality": "N:N",
"traversal_semantics": "forward",
"dag_participation": false,
"lifecycle_states": [
"active",
"terminated"
],
"attributes_schema": {
"type": "object",
"additionalProperties": false,
"properties": {
"cutover_status": {
"type": "string",
"enum": [
"planned",
"dual_run",
"cutover_complete",
"rolled_back"
]
},
"cutover_date": {
"type": "string",
"format": "date"
}
}
},
"raci_role": null
}