fix: stop_after_if with empty error_message prevents flow from stopping (#8464)

* fix: stop_after_if with empty error_message no longer prevents flow from stopping

When skip_if_stopped=true and error_message="" were both set, the flow
would continue executing instead of stopping because the empty string
was converted to a default error message, which triggered the error
handler path. Now skip_if_stopped takes precedence and the two options
are treated as mutually exclusive in both backend and frontend.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: regenerate system prompts after openflow schema change

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-03-20 20:04:51 +01:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 039b79dfe6
commit 1503bf948e
7 changed files with 43 additions and 16 deletions
File diff suppressed because one or more lines are too long