We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d5646 commit fc0a331Copy full SHA for fc0a331
internal-packages/run-engine/src/engine/systems/checkpointSystem.ts
@@ -194,6 +194,11 @@ export class CheckpointSystem {
194
metadata: snapshot.metadata,
195
},
196
previousSnapshotId: snapshot.id,
197
+ batchId: snapshot.batchId ?? undefined,
198
+ completedWaitpoints: snapshot.completedWaitpoints.map((waitpoint) => ({
199
+ id: waitpoint.id,
200
+ index: waitpoint.index,
201
+ })),
202
environmentId: snapshot.environmentId,
203
environmentType: snapshot.environmentType,
204
projectId: snapshot.projectId,
0 commit comments