Batch
Mass functions: the jobs every module runs over many records at once, the run books that order them, and what each run actually touched. A job that takes longer than anybody will wait runs in the background, and one nobody should have to be awake for runs on a schedule.
12 steps · 10 questions · 6 screens on this shelf
The screens on this shelf
- Batch Console The job library for every module, with a rehearsal that shows which records a job would touch before it touche
- Job Definitions What each job selects, what it does to what it selects, and whether it is safe to run twice.
- Job Sets A run book: several jobs in the order somebody would run them by hand, and what to do when one of them fails.
- Set Steps The order of a run book, and which steps may fail without stopping it.
- Job Runs Every run that has happened, what it selected, and what it did to each record. A run cannot be deleted — that
- Set Runs A run book executed end to end, including where it stopped.
Progress is kept in this browser only — it is not sent anywhere and nobody else can see it.