Process Framework - Global State at process level #12151
-
Hi everyone, I'm exploring the Process Framework in Semantic Kernel and wondering if there's support for global state at the process level. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
esttenorio
May 29, 2025
Replies: 2 comments
-
@esttenorio Can you help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @preezie-kenrazo, currently the Process Framework does not have support for global state (shared state among steps), right now we only have step state. At some point we will have support for it though. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
esttenorio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @preezie-kenrazo, currently the Process Framework does not have support for global state (shared state among steps), right now we only have step state.
At some point we will have support for it though.