File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
apps/webapp/app/v3/services
packages/trigger-sdk/src/v3 Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
2
BatchTriggerTaskV2RequestBody ,
3
+ BatchTriggerTaskV3RequestBody ,
3
4
BatchTriggerTaskV3Response ,
4
5
IOPacket ,
5
6
packetRequiresOffloading ,
@@ -62,7 +63,7 @@ export class BatchTriggerV3Service extends WithRunEngine {
62
63
63
64
public async call (
64
65
environment : AuthenticatedEnvironment ,
65
- body : BatchTriggerTaskV2RequestBody ,
66
+ body : BatchTriggerTaskV3RequestBody ,
66
67
options : BatchTriggerTaskServiceOptions = { }
67
68
) : Promise < BatchTriggerTaskV3Response > {
68
69
try {
Original file line number Diff line number Diff line change @@ -1249,6 +1249,7 @@ async function batchTrigger_internal<TRunTypes extends AnyRunTypes>(
1249
1249
} ;
1250
1250
} )
1251
1251
) ,
1252
+ parentRunId : ctx ?. run . id ,
1252
1253
} ,
1253
1254
{
1254
1255
spanParentAsLink : true ,
You can’t perform that action at this time.
0 commit comments