You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's not nice that we put the cron schedule in startWorkflow API. This is because historical reasons that Cadence/Temporal did that at the beginning.
Instead, we should also make schedule as a first class citizen like Temporal and ask all clients to use a separate API to start cron schedule. So:
CreateSchedule
GetSchedule
DeleteSchedule
UpdateSchedule
Note that there is no difficult work, but just wrap on the Temporal schedule APIs.
The text was updated successfully, but these errors were encountered:
Right now it's not nice that we put the cron schedule in startWorkflow API. This is because historical reasons that Cadence/Temporal did that at the beginning.
Instead, we should also make schedule as a first class citizen like Temporal and ask all clients to use a separate API to start cron schedule. So:
Note that there is no difficult work, but just wrap on the Temporal schedule APIs.
The text was updated successfully, but these errors were encountered: