Pause and resume a workflow with thread id | checkpointing... #6598
rajib76
started this conversation in
Feature suggestions
Replies: 0 comments
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.
-
I have not seen this feature in Autogen. Can this be incorporated. Below is the scenario.
Lets say that I have started a agentic workflow with a session thread. As the workflow is continuing, I want to pause the workflow(and end it) because I will need some additional information from external sources before I can move further. Lets say, i get that information after a week. I wanted to resume the workflow where it paused with the session thread that was used to start it and then complete the workflow.
I did saw a pause and resume feature in Autogen, but I did not see how it is able to identify the thread that was started earlier.
Beta Was this translation helpful? Give feedback.
All reactions