Creating a Task
Ask in chat
“Every Monday at 9, summarize open incidents.” Cerebrum turns that into a schedule and
confirms it with you before saving. It can also list, edit and delete your tasks.
Fill in the form
Workdesk → Scheduled tasks → New task. Useful when you want to write the schedule
expression yourself, or change one without describing it.
Triggers
Schedule
Fires on a cron expression evaluated in the timezone you pick.
Manual
Run now, always available, whether or not a schedule is set.
Writing the Schedule
The expression takes 5, 6 or 7 space-separated fields:1,15), a range (1-5) or a step
(*/2). Sunday is both 0 and 7. Shorthands @hourly, @daily, @weekly, @monthly
and @yearly stand in for the whole expression.
The form shows the next three runs as you type. That preview is the quickest way to check
an expression means what you intended.
Two Rules Worth Knowing
Limits
- Schedules that fire more often than the platform minimum are rejected.
- Ten tasks per user.
- A task whose runs are all in the past is rejected — check the year.
- After several consecutive failures the task is paused automatically, so a broken task does not keep burning usage. Re-enable it once the cause is fixed.
Every Run Is a Fresh Chat
Runs do not share memory, so write the prompt so it stands on its own — the agent brings nothing forward from the last time. Mostly the agent receives exactly your prompt and nothing else. A run is a deferred conversation: you wrote the instructions, so there is nothing to add. One thing is appended, because the prompt could not have carried it — when the last run was. It is absent on a first run, and it is what makes “summarize what changed since the last run” work: the date moves every time, so you cannot write it into the prompt yourself. It comes as a tagged block after your prompt:Settings
Model
Pick a model for the task, or leave it on the workspace default.
Tool approvals
Checked reviews risky tool calls before they run, exactly as in chat. Full access
skips that review — choose it only for a task you are content to leave unsupervised.
Watching a Task
The task page lists recent runs with their status, what triggered them, and a link to the chat each one produced.Succeeded and Failed mean what they say; a failed run records the
error, so a task that stops working tells you why.
