Skip to content

Comments

fix(admin): fix duplicate key error and enable parallel edges for Dify conversion#4307

Open
jujn wants to merge 1 commit intoalibaba:mainfrom
jujn:fix_4182
Open

fix(admin): fix duplicate key error and enable parallel edges for Dify conversion#4307
jujn wants to merge 1 commit intoalibaba:mainfrom
jujn:fix_4182

Conversation

@jujn
Copy link
Contributor

@jujn jujn commented Feb 15, 2026

Describe what this PR does / why we need it

close #4182
先前的实现当单个条件分支在 Dify DSL 中分叉为多个 target(并行执行)时,会引发“Duplicate Key”异常。修复后,如检测到并行分支,则从 stateGraph.addConditionalEdges 切换到 stateGraph.addParallelConditionalEdges

Does this pull request fix one issue?

Describe how you did it

Describe how to verify it

Special notes for reviews

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] saa-admin转换dify官方示例DSL报错

1 participant