Retrying Steps in Process Framework – Is It Supported? #11926
Answered
by
vicperdana
preezie-kenrazo
asked this question in
Q&A
-
Hi team, I have a question regarding the process framework in Semantic Kernel. Does it have a built-in ability to retry specific steps? For example, if an error occurs in step 3, I would need to fix the issue, deploy the changes, and then retry execution starting from step 3 onward—without rerunning the earlier steps. Is there an existing mechanism to support this? Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
vicperdana
May 7, 2025
Replies: 1 comment
-
Hi @preezie-kenrazo I believe we have |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sophialagerkranspandey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @preezie-kenrazo I believe we have
.OnFunctionError()
, take a look at this