Skip to content

Commit 1d60741

Browse files
committed
feat: extend support modes in variable aggregation node to include knowledge workflows
1 parent cd28a7f commit 1d60741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/flow/step_node/variable_aggregation_node/i_variable_aggregation_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class VariableAggregationNodeSerializer(serializers.Serializer):
2828

2929
class IVariableAggregation(INode):
3030
type = 'variable-aggregation-node'
31-
support = [WorkflowMode.APPLICATION, WorkflowMode.APPLICATION_LOOP]
31+
support = [WorkflowMode.APPLICATION, WorkflowMode.APPLICATION_LOOP, WorkflowMode.KNOWLEDGE, WorkflowMode.KNOWLEDGE_LOOP]
3232

3333
def get_node_params_serializer_class(self) -> Type[serializers.Serializer]:
3434
return VariableAggregationNodeSerializer

0 commit comments

Comments
 (0)