mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-09 06:15:41 -05:00
When we are cancelling a running graph execution, it's possible that the graph is already terminated. We need to allow this process to proceed and update the rest of its node execution to terminate. ### Changes 🏗️ Instead of erroring out the graph execution status update, we proceed on updating the node execution status. ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: - [x] Stop an already terminated graph