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 11import {
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 {
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments