I can’t find a way, some I’m hoping that someone has a solution.
From workflow 1, I’m retrieving a list of dates from an HTTP API. With that result I want to schedule a second workflow to run on certain dates/hours (once only). Is this possible?
So if the results of workflow 1, return (e.g.: ) 2021-04-02T09:00, I want to schedule a another workflow to run at that hour.
Right now I solved this with a a redis database and a 5m polling, but this sounds a bit wasteful of resources, I could save those dates on my GCalendar (I don’t have a calendly account, and I would like to avoid it), but has far as I understand the GCalendar node also polls the events at X interval.