mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Unable to retrieve session variables after form collection node (#3926)
This commit is contained in:
parent
679453372e
commit
5dafe6f7fe
|
|
@ -55,6 +55,7 @@ class BaseStartStepNode(IStarNode):
|
|||
workflow_manage.context[key] = value
|
||||
for item in details.get('global_fields', []):
|
||||
workflow_manage.context[item.get('key')] = item.get('value')
|
||||
self.workflow_manage.chat_context = self.workflow_manage.get_chat_info().get_chat_variable()
|
||||
|
||||
def get_node_params_serializer_class(self) -> Type[serializers.Serializer]:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue