-
Conditions:
-
-
-
-
{{ condition.variable }} {{ condition.operator }} {{ condition.value }}
+
Decision Paths:
+
+
+
+
+ {{ evaluationResult.group.output || `Path ${groupIndex + 1}` }}
+
+ MATCH
+
+
+
+
+
+
+ {{ evaluationResult.group.conditions[conditionIndex].logicalOperator?.toUpperCase() || 'AND' }}
+
+
+ {{ conditionResult.description }}
+
+
+ ({{ conditionResult.result ? '✓' : '✗' }})
+
+
+
@@ -1324,12 +1547,12 @@ function getNodeLabel(nodeId) {
{{ JSON.stringify(currentNode.data.fieldConditions, null, 2) }}
-
+
Active Field States:
{{ JSON.stringify(fieldStates, null, 2) }}
-
+
Current Form Data:
{{ JSON.stringify(formData, null, 2) }}
@@ -1343,7 +1566,7 @@ function getNodeLabel(nodeId) {
-
+
Process Variables (Debug)
{{ JSON.stringify(processVariables, null, 2) }}