Set store status to open/closed when user offline

Hey,

Is it possible for a workflow to run by comparing Current time with a store’s opening hours while the store’s Creator is offline?

I’ve successfully managed to set the store’s status to Open and Closed when the user is online but that’s not really what I’m aiming for since the User won’t be online most of the time.

Basically what I need is a text value that displays either “Open” or “Closed” and a boolean to switch between yes/no, both based on the store’s opening hours. Is this achievable?

Thanks!