This commit is contained in:
Michael Kret 2025-01-31 14:35:00 +02:00
parent c218d069cd
commit bd0500488f

View file

@ -1119,9 +1119,7 @@ export class WorkflowExecute {
if (routingExecuteFunction) { if (routingExecuteFunction) {
data = await routingExecuteFunction(context); data = await routingExecuteFunction(context);
} } else if (nodeType.execute) {
if (nodeType.execute) {
data = data =
nodeType instanceof Node nodeType instanceof Node
? await nodeType.execute(context) ? await nodeType.execute(context)