-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(backend): Fix error pin output not being propagated into the next nodes #8408
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
…milmajdy/fix-error-not-propagated
Background
Some blocks have an error output pin, this pin should be auto-populated upon any exception in the block code.
But currently, this output is not propagated into the next node, because the execution is halted on error.
Changes 🏗️
Add propagation logic to the block exception processing step, to allow connected error pin output to be propagated into the next node.
Testing 🔍
Note
Only for the new autogpt platform, currently in autogpt_platform/