You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function ``reset_failed(metawfr_uuid<str>, ff_key<key>, verbose=False)`` allows to re-set all workflow-runs in meta-workflow-run with status ``failed``.
164
+
165
+
.. code-block:: python
166
+
167
+
from magma_ff import reset_metawfr
168
+
169
+
# UUIDs
170
+
metawfr_uuid =''# uuid for meta-workflow-run
171
+
172
+
# ff_key
173
+
# -> key generated by ff_utils to authenticate on the portal
0 commit comments