ExecutionStateProvider
Protocol for plugins that provide execution state management.
Functions
func
get_execution_stateget_execution_state(self, /, component, state, registry) -> dict[str, Any]
Get the execution state based on the provided one
param
selfparam
componentComponent[Any]
param
statedict[str, Any]
param
registryRegistry
Returns
dict[str, Any]
Last updated on