mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-29 23:00:36 +02:00
feat: Human in the loop (#10675)
Co-authored-by: Giulio Andreini <g.andreini@gmail.com>
This commit is contained in:
co-authored by
Giulio Andreini
parent
d2713ae50a
commit
41228b472d
@@ -1391,6 +1391,7 @@ export class WorkflowDataProxy {
|
||||
$thisItemIndex: this.itemIndex,
|
||||
$thisRunIndex: this.runIndex,
|
||||
$nodeVersion: that.workflow.getNode(that.activeNodeName)?.typeVersion,
|
||||
$nodeId: that.workflow.getNode(that.activeNodeName)?.id,
|
||||
};
|
||||
|
||||
return new Proxy(base, {
|
||||
|
||||
Reference in New Issue
Block a user