1. Salesforce Help, CRM Analytics Documentation, "Schedule Data Sync and Recipes to Run After Each Other": This document explains the concept of event-based scheduling to create dependencies. It states, "To run a recipe or dataflow after the sync for a specific connection completes, schedule them to run after the connection syncs. You can also chain jobs to run after a recipe or dataflow finishes." This chaining is the mechanism for enforcing serial execution.
2. Salesforce Help, CRM Analytics Documentation, "Schedule, Run, and Monitor Analytics Jobs": This guide details scheduling options. In the context of data sync, it mentions, "To run a connection’s sync jobs one after another, you can schedule them in serial." This directly confirms that "serial" is the correct term for "one-at-a-time" execution.
3. Salesforce Help, CRM Analytics Documentation, "Data Integration Guide", Chapter: Run Data Integration Jobs: This guide discusses job scheduling and dependencies. It notes, "To ensure that a dataflow has the latest data from a particular Salesforce object, run the dataflow after the data sync for that object is complete. You can schedule a dataflow to run after data sync." This describes a practical application of serial execution.