Skip to content

Commit 5dafe6f

Browse files
authored
fix: Unable to retrieve session variables after form collection node (#3926)
1 parent 6794533 commit 5dafe6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/flow/step_node/start_node/impl/base_start_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def save_context(self, details, workflow_manage):
5555
workflow_manage.context[key] = value
5656
for item in details.get('global_fields', []):
5757
workflow_manage.context[item.get('key')] = item.get('value')
58+
self.workflow_manage.chat_context = self.workflow_manage.get_chat_info().get_chat_variable()
5859

5960
def get_node_params_serializer_class(self) -> Type[serializers.Serializer]:
6061
pass

0 commit comments

Comments
 (0)