FlowStatusProvider.GetExecutionStateAsync(String) 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.
Get the state of current execution session.
public System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState> GetExecutionStateAsync (string sessionId);
abstract member GetExecutionStateAsync : string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState>
override this.GetExecutionStateAsync : string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.Execution.ExecutionState>
Public Function GetExecutionStateAsync (sessionId As String) As Task(Of ExecutionState)
Parameters
- sessionId
- String
The session id
Returns
The variables