iWF is a WorkflowAsCode microservice orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes
MIT License
537
stars
55
forks
source link
Expose more temporal CRON schedule features APIs #428
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:
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: