fix: The form node cannot be used (#3514)
This commit is contained in:
parent
c7d1ba6a73
commit
f370840e8b
@ -241,8 +241,8 @@ class ChatSerializers(serializers.Serializer):
|
|||||||
WorkFlowPostHandler(chat_info),
|
WorkFlowPostHandler(chat_info),
|
||||||
base_to_response, form_data, image_list, document_list, audio_list,
|
base_to_response, form_data, image_list, document_list, audio_list,
|
||||||
other_list,
|
other_list,
|
||||||
self.data.get('runtime_node_id'),
|
instance.get('runtime_node_id'),
|
||||||
self.data.get('node_data'), chat_record, self.data.get('child_node'))
|
instance.get('node_data'), chat_record, instance.get('child_node'))
|
||||||
r = work_flow_manage.run()
|
r = work_flow_manage.run()
|
||||||
return r
|
return r
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user