mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 16:02:14 +00:00
fix python client set_user_state
This commit is contained in:
@@ -876,6 +876,7 @@ def get_flow_user_state(key: str) -> Any:
|
||||
"""
|
||||
return _client.get_flow_user_state(key)
|
||||
|
||||
@init_global_client
|
||||
def set_flow_user_state(key: str, value: Any) -> None:
|
||||
"""
|
||||
Set the user state of a flow at a given key
|
||||
|
||||
Reference in New Issue
Block a user