Does Process Framework Support Parallel Execution of Steps? #11768
-
Hi, I’m working with the Process Framework and wondering if it supports running steps in parallel. I have a use case where two steps are independent and could be processed at the same time. Is parallel execution supported, and if so, how can it be configured? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes parallel steps are supported. Here are some examples showcasing this: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step04/Steps and https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step03 |
Beta Was this translation helpful? Give feedback.
Yes parallel steps are supported. Here are some examples showcasing this: https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step04/Steps and https://github.com/microsoft/semantic-kernel/tree/main/dotnet/samples/GettingStartedWithProcesses/Step03