mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(core): Node mocking for evaluation executions (no-changelog) (#12541)
This commit is contained in:
@@ -234,7 +234,7 @@ export class WorkflowRunner {
|
||||
}
|
||||
|
||||
let pinData: IPinData | undefined;
|
||||
if (data.executionMode === 'manual') {
|
||||
if (['manual', 'evaluation'].includes(data.executionMode)) {
|
||||
pinData = data.pinData ?? data.workflowData.pinData;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user