fix: support multiple resume triggers + generic kv store #372
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