Platform › Automation
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.
In Platform → Automation · 6 screens
| Screen | Kind | What it is | Columns | Fields | Actions |
|---|---|---|---|---|---|
| Batch Console | Workspace | The job library for every module, with a rehearsal that shows which records a job would touch before it touches them. | 0 | 0 | 0 |
| Job Definitions | List | What each job selects, what it does to what it selects, and whether it is safe to run twice. | 7 | 14 | 0 |
| Job Sets | List | A run book: several jobs in the order somebody would run them by hand, and what to do when one of them fails. | 6 | 6 | 0 |
| Set Steps | List | The order of a run book, and which steps may fail without stopping it. | 5 | 4 | 0 |
| Job Runs | Read-only list | Every run that has happened, what it selected, and what it did to each record. A run cannot be deleted — that is the point of keeping it. | 10 | 0 | 0 |
| Set Runs | Read-only list | A run book executed end to end, including where it stopped. | 8 | 0 | 0 |