Claude CoworkClaude Cowork · Pro, Max, Team and Enterprise plans
1
Curious builder0 XP earned · 300 to level 2
0 daysFinish a lesson to begin
Badge collection0 of 6 unlocked
21 small wins to finish your pathNext lesson

Putting the job on a schedule

The step where it stops being your job: it runs because it is the first of the month, not because you remembered.

A scheduled task is the same four things you already have. A name, the prompt, the approval mode, and how often it runs. The cadences are hourly, daily, weekly, on weekdays, or manually when you want to run it on demand.

Where a scheduled task runs

Remotely, which is the useful part: it runs on its cadence even when your computer is asleep or the desktop app is closed. The exception is a task that needs local files or local apps, which can only run locally, so your machine has to be on for that one.

That is the difference that decides how you set your job up. A job on files in a connected cloud store can run at 6am on the first of the month while you sleep. The same job on a folder on your laptop cannot.

Managing them

You canFrom
See upcoming and past runsScheduled, in the sidebar
Pause one, or resume itThe same place
Run one now, without waitingThe same place
Delete itThe same place

Reading past runs is the part people skip. A scheduled task that has quietly produced the wrong thing for three months is worse than one that failed loudly on day one.

What to schedule, and what not to

  • Good: a report nobody reads until Monday. If it is late or odd, nothing breaks.
  • Good: a monthly clean-up whose output you check before using.
  • Careful: anything that writes where other people are working.
  • No: anything that sends, publishes or pays without a person in the loop.
Unattended twice over
A scheduled task inherits its approval mode and runs while you are not there, so everything in part 5 applies twice over. The brief must contain the stop-and-ask sentence, and the task should be able to reach the least possible.
Try it yourself
  • Schedule your job monthly, then run it on demand once to see it work end to end.
  • Put a reminder in your own calendar to read the past runs after two months.

Slow is fine. Stopping is the only problem.