When the validation module updates a node, it needs to propagate the nodeDbId to edges.
This means taking the nodeOriginId and saving it as a originSourceid or originTargetId property in the AE. Then, the source/target should be replaced with the corresponding nodeDbId.
This ensures the edge is correctly linked since the nodes are processed first.
When the validation module updates a node, it needs to propagate the nodeDbId to edges.
This means taking the nodeOriginId and saving it as a originSourceid or originTargetId property in the AE. Then, the source/target should be replaced with the corresponding nodeDbId.
This ensures the edge is correctly linked since the nodes are processed first.