How To Schedule Tasks And Workflows
TIP
Using Zenaton makes it unnecessary to setup and maintain crons. The Zenaton scheduler enables you setup the recurrent dispatching of tasks or workflows.
# Schedule a task
Scheduling a task can be done:
- using Zenaton SDK from a node.js application
- using Zenaton API from an application in another language
- from a 3rd party service
- from a workflow
# Schedule a workflow
Scheduling a workflow can be done:
- using Zenaton SDK from a node.js application
- using Zenaton API from an application in another language
- from a 3rd party service
- from a workflow