fix: The output of the workflow sub node is not wrapped (#2088)
This commit is contained in:
parent
83c5404826
commit
62dd0eb628
@ -487,7 +487,7 @@ class WorkflowManage:
|
|||||||
current_node.up_node_id_list,
|
current_node.up_node_id_list,
|
||||||
content, False, 0, 0,
|
content, False, 0, 0,
|
||||||
{'node_type': current_node.type,
|
{'node_type': current_node.type,
|
||||||
'runtime_node_id': current_node.runtime_node_id,
|
'runtime_node_id': real_node_id,
|
||||||
'view_type': view_type,
|
'view_type': view_type,
|
||||||
'child_node': child_node,
|
'child_node': child_node,
|
||||||
'node_is_end': node_is_end,
|
'node_is_end': node_is_end,
|
||||||
@ -499,7 +499,7 @@ class WorkflowManage:
|
|||||||
current_node.id,
|
current_node.id,
|
||||||
current_node.up_node_id_list,
|
current_node.up_node_id_list,
|
||||||
'', False, 0, 0, {'node_is_end': True,
|
'', False, 0, 0, {'node_is_end': True,
|
||||||
'runtime_node_id': current_node.runtime_node_id,
|
'runtime_node_id': real_node_id,
|
||||||
'node_type': current_node.type,
|
'node_type': current_node.type,
|
||||||
'view_type': view_type,
|
'view_type': view_type,
|
||||||
'child_node': child_node,
|
'child_node': child_node,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user