Order of the Steps execution
In ZuppIO, every Step within a selected Job is executed one at a time, in a strict order defined inside the Job.
What does it mean?
You decide the execution order of your Steps when configuring the Job.
For example:
- Package Upgrade runs first
- Then Anonymous Apex executes
- After that — Page Layouts update
This sequence is preserved every time the same Job is run — but you can change it anytime.
Execution Logic
- Steps do not run concurrently
- At any given time during a Job run, only one Step is executed per Target org
Don't worry: If your Job includes multiple Target orgs, they are still processed in parallel, but always one Step at a time per org.