FlowStatusProvider.SaveExecutionStateAsync(String, ExecutionState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save the state for current execution session.
public System.Threading.Tasks.Task SaveExecutionStateAsync (string sessionId, Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState state);
abstract member SaveExecutionStateAsync : string * Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState -> System.Threading.Tasks.Task
override this.SaveExecutionStateAsync : string * Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState -> System.Threading.Tasks.Task
Public Function SaveExecutionStateAsync (sessionId As String, state As ExecutionState) As Task
Parameters
- sessionId
- String
The session id
- state
- ExecutionState
The execution state
Returns
Task