Glossary

Each step must be idempotent

running it twice produces the same result as running it once (where possible) 2. **Each step must check for prior completion** — skip processing if already done 3. **Each step must produce clear return codes** 4. **Each step must write control totals** — so the next step can verify it received the c

Learn More

Related Terms