Hi guys, does anybody have state machine pattern in prefect 3 (server)? I need to store state and run different flows depending on the current state, also from one specific state it must to go to another state in 24 hours if conditions met. Sorry for that abstract explanation, basically I have trading signal as webhook which triggers execution flow, if signal is wrong “engine” goes to state error, if no valid signals in 24h it must run clean up flows. Hope idea is clear, please feel free to ask details