I dig XState on the client for short-running processes.
But is XState also good for this?: on the server for managing state of long running scheduled actions X minutes, hours, days, weeks, months... into the future?
And if so, is there any info out there I can check out?
I do see the blurb on XState for the server in the docs, the "XState in the backend" YouTube video example and "waitFor" in the docs which mentions use for short-running processes.
Thanks!