Description
Once open-workflow-specification/sdk-typescript#289 is merged, update our SDK dependency and adapt the diagram editor to the new changes and remove the workaround introduced here
The sdk should handle validation and the added stories from temporary workaround should still be clean of errros once workaround is removed
Motivation
Index-based node IDs currently churn whenever a sibling task is added or removed, which breaks anything in the editor that keys off node ID stability. The new name-path ID scheme fixes that at the source. Since this is a breaking SDK change, we need a deliberate upgrade pass rather than a silent bump.
Proposed Implementation
No response
Definition of Done
Description
Once open-workflow-specification/sdk-typescript#289 is merged, update our SDK dependency and adapt the diagram editor to the new changes and remove the workaround introduced here
The sdk should handle validation and the added stories from temporary workaround should still be clean of errros once workaround is removed
Motivation
Index-based node IDs currently churn whenever a sibling task is added or removed, which breaks anything in the editor that keys off node ID stability. The new name-path ID scheme fixes that at the source. Since this is a breaking SDK change, we need a deliberate upgrade pass rather than a silent bump.
Proposed Implementation
No response
Definition of Done