From bf0dd29a1d51684dc84eb1f4f74e055e04bf7046 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Tue, 26 Mar 2024 18:57:06 +0100 Subject: [PATCH] fix python client set_user_state --- python-client/wmill/wmill/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python-client/wmill/wmill/client.py b/python-client/wmill/wmill/client.py index d7debbcae1..8b64739ca4 100644 --- a/python-client/wmill/wmill/client.py +++ b/python-client/wmill/wmill/client.py @@ -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