You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam.spans.$spanParam/route.tsx
Copy file name to clipboardExpand all lines: apps/webapp/app/v3/services/batchTriggerTask.server.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,7 @@ export class BatchTriggerTaskService extends BaseService {
113
113
options: {
114
114
...item.options,
115
115
dependentBatch: dependentAttempt?.id ? batch.friendlyId : undefined,// Only set dependentBatch if dependentAttempt is set which means batchTriggerAndWait was called
116
+
parentBatch: dependentAttempt?.id ? undefined : batch.friendlyId,// Only set parentBatch if dependentAttempt is NOT set which means batchTrigger was called
0 commit comments