fix: support multiple resume triggers + generic kv store - #372
Merged
Conversation
cristipufu
force-pushed
the
fix/update_storage
branch
2 times, most recently
from
December 20, 2025 18:01
9fe8632 to
1dfd4ec
Compare
cristipufu
force-pushed
the
fix/update_storage
branch
2 times, most recently
from
December 20, 2025 18:22
fa9bb69 to
dd1b36b
Compare
cristipufu
force-pushed
the
fix/update_storage
branch
2 times, most recently
from
December 25, 2025 09:42
3c52af0 to
b0052df
Compare
cristipufu
force-pushed
the
fix/update_storage
branch
6 times, most recently
from
December 26, 2025 11:24
fc90bad to
0886645
Compare
radu-mocanu
approved these changes
Dec 26, 2025
cristipufu
force-pushed
the
fix/update_storage
branch
from
December 26, 2025 13:39
0886645 to
a82fe5c
Compare
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.
Description
This PR updates the LangGraph runtime to support multiple parallel interrupts and refactors the storage layer for improved scalability and correctness.
Refs:
Multiple Interrupt Support:
UiPathLangGraphRuntimeto handle multiple parallel interrupts by filtering active interrupts based ongraph_state.nextnodesStorage Refactoring:
SqliteResumableStorageschema to store triggers as JSON in a data column withruntime_idas indexed columnsave_trigger/get_latest_triggertosave_triggers/get_triggersto handle multiple triggersdelete_triggermethod for individual trigger removalsave_valueandget_valuemethods for general-purpose key-value storage with runtime and namespace scopingDependencies:
uipathto2.3.0and addeduipath-runtime0.3.0langchain-coreto1.2.5GHSA-c67j-w6g6-q2cm (cve-2025-68664)Testing:
Development Package