.Net Processes - Process builder semantics / design #9473
Labels
experimental
Associated with an experimental feature
.NET
Issue or Pull requests regarding .NET code
processes
question
Further information is requested
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Is most cases for defining a process, the
ProcessBuilder
responds to an input event viaProcessBuilderOnInputEvent
.Since
ProcessBuilder
inherits fromProcessStepBuilder
, it also exposes:OnEvent
OnFunctionResult
OnFunctionError
We've generally avoided using these in association with process-level semantics.
Are there actually cases where these three step-level edges make sense at the process level?
The text was updated successfully, but these errors were encountered: