diff --git a/src/utils/executableGroupNodeChildDTO.ts b/src/utils/executableGroupNodeChildDTO.ts index 1832adfdd8..1250874caf 100644 --- a/src/utils/executableGroupNodeChildDTO.ts +++ b/src/utils/executableGroupNodeChildDTO.ts @@ -46,7 +46,7 @@ export class ExecutableGroupNodeChildDTO extends ExecutableNodeDTO { return { node: inputNodeDto, - origin_id: inputNode.id, + origin_id: String(inputNode.id), origin_slot: link.origin_slot } }