update worklow events logs. (#19871)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
This commit is contained in:
parent
b834131f50
commit
edf5fd28c9
2 changed files with 4 additions and 4 deletions
|
|
@ -334,7 +334,7 @@ class Graph(BaseModel):
|
|||
|
||||
parallel = GraphParallel(
|
||||
start_from_node_id=start_node_id,
|
||||
parent_parallel_id=parent_parallel.id if parent_parallel else None,
|
||||
parent_parallel_id=parent_parallel_id,
|
||||
parent_parallel_start_node_id=parent_parallel.start_from_node_id if parent_parallel else None,
|
||||
)
|
||||
parallel_mapping[parallel.id] = parallel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue