Create a task
1
Click New task
Go to Operate → Tasks and click New task.
2
Name it and pick a tool
Give the task a Name, and choose the Tool it runs — the list shows the tools available to your workspace. Type is an optional free-text label, like “crawl” or “report”, to help you keep tasks organised.
3
Set the schedule
Pick a Schedule type, then say When it runs:
- Every so often (interval) — enter how often, like
5m(every five minutes) or2h(every two hours). - At a set time (cron) — enter a cron expression: five values giving the minute, hour, day of the month, month and day of the week, so
0 9 * * 1-5means 9am, Monday to Friday.
4
Add any settings and create it
If the tool needs details to do its job — a website address, say — enter them in Settings for this job (JSON), like
{"url": "https://…"}. Leave it blank if there’s nothing to add. Then click Create.
