Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: include loops and parallels in validation (addressing review fee…
…dback)
  • Loading branch information
guoyangzhen committed Mar 14, 2026
commit d646ee1f0e2a25c2041a08e9debe483a0d916e66
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ export const Panel = memo(function Panel() {
const result = validateWorkflowState({
blocks: state.blocks,
edges: state.edges,
loops: state.loops || {},
parallels: state.parallels || {},
})
return !result.valid
})
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated
Comment thread
cursor[bot] marked this conversation as resolved.
Outdated
Expand Down