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) {
data = await routingExecuteFunction(context);
}
if (nodeType.execute) {
} else if (nodeType.execute) {
data =
nodeType instanceof Node
? await nodeType.execute(context)