We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b33031 commit c308ad2Copy full SHA for c308ad2
packages/trigger-sdk/src/v3/shared.ts
@@ -617,6 +617,7 @@ export async function batchTriggerById<TTask extends AnyTask>(
617
};
618
})
619
),
620
+ parentRunId: taskContext.ctx?.run.id,
621
},
622
{
623
spanParentAsLink: true,
@@ -1204,6 +1205,7 @@ async function trigger_internal<TRunTypes extends AnyRunTypes>(
1204
1205
parentAttempt: taskContext.ctx?.attempt.id,
1206
metadata: options?.metadata,
1207
maxDuration: options?.maxDuration,
1208
1209
1210
1211
0 commit comments