Title
Create new category
Edit page index title
Edit category
Edit link
Pipeline Continuation IDs (Multi-Script Runs)
A continuation ID lets multiple scripts or services update the same pipeline run.
When to Use Continuation IDs
Use a continuation ID when:
A workflow runs across multiple scripts.
Different services report progress into one logical run.
An orchestrator triggers separate processes (for example, cron or CI jobs).
Core Idea
Script 1 creates the run with a
continuation_id.Later scripts fetch the same run with the same
continuation_id.The final script marks the run complete.
Step 1: Create a Run with a Continuation ID
Step 2: Attach in Another Script and Complete the Run
Rules to Keep Runs Consistent
Use one
continuation_idper logical run.Use the same pipeline UID in all scripts.
Do not mark the run terminal until the final step.
Keep run creation to one owner script when possible.
Troubleshooting
Symptom | Likely Cause |
|---|---|
Run not found | Check the |
Wrong run attached | The same continuation ID was reused for a different logical run. |
Downstream script cannot write | The run was completed too early. |
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2025