Don't propagate workflow error from agent back to agent#6056
Merged
6543 merged 10 commits intoFeb 6, 2026
Merged
Conversation
a47aee4 to
dd35740
Compare
dd35740 to
6ba1a46
Compare
6543
commented
Feb 5, 2026
This comment was marked as off-topic.
This comment was marked as off-topic.
Member
Author
|
updated description with screenshot of logs before and after :) |
6543
commented
Feb 5, 2026
6543
added a commit
to 6543-forks/woodpecker
that referenced
this pull request
Feb 5, 2026
Member
Author
|
moved it into queue implementation only ... |
6543
commented
Feb 5, 2026
6543
commented
Feb 5, 2026
Member
Author
|
ok finally it's ready for review again 😅 |
qwerty287
approved these changes
Feb 6, 2026
Contributor
qwerty287
left a comment
There was a problem hiding this comment.
Lgtm, but also untested from my side.
The error is still visible in UI I think?
Member
Author
This was referenced Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

we currently inject errors from workflows back to the queue. this is needed for things that should run in case an error occur.
But we should not report it back as queue error!
with this we wrap all external errors in an own error type so we can filter the out
before