Skip to content

Commit 5ac9673

Browse files
committed
Small tweaks
1 parent 6d0927e commit 5ac9673

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/webapp/app/v3/services/batchTriggerV3.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
BatchTriggerTaskV2RequestBody,
3+
BatchTriggerTaskV3RequestBody,
34
BatchTriggerTaskV3Response,
45
IOPacket,
56
packetRequiresOffloading,
@@ -62,7 +63,7 @@ export class BatchTriggerV3Service extends WithRunEngine {
6263

6364
public async call(
6465
environment: AuthenticatedEnvironment,
65-
body: BatchTriggerTaskV2RequestBody,
66+
body: BatchTriggerTaskV3RequestBody,
6667
options: BatchTriggerTaskServiceOptions = {}
6768
): Promise<BatchTriggerTaskV3Response> {
6869
try {

packages/trigger-sdk/src/v3/shared.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ async function batchTrigger_internal<TRunTypes extends AnyRunTypes>(
12491249
};
12501250
})
12511251
),
1252+
parentRunId: ctx?.run.id,
12521253
},
12531254
{
12541255
spanParentAsLink: true,

0 commit comments

Comments
 (0)