AutomationStatus enum needs entry for "archived"
Closed this issue · 2 comments
dllmr commented
When getting all automations, an exception is thrown if the returned data includes any archived automations. This appears to be because there is no matching entry in the AutomationStatus enum.
(A workaround for now is to retrieve automations one by one, catch the exception locally, and build up the list using returned data where no exception is thrown. Doesn't work if you actually want the archived automations though.)
skini82 commented
Same issue here.
github-actions commented
Stale issue message