Is it safe to use config.__pregel_task_id as the node id? #978
Unanswered
wenshen35105
asked this question in
Q&A
Replies: 1 comment 1 reply
-
what are you trying to do? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am looking for a node ID which will be the same even if the node is interrupted. I noticed the langgraph runtime passes a __pregel_task_id within the config.configurable object and the id is the same even if the node is resumed from interruption. However, the variable is not exposed from the Langgraph lib. I am wondering if it is safe to use the id. Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions