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 b215b4d commit eacc3b1Copy full SHA for eacc3b1
references/hello-world/src/trigger/example.ts
@@ -80,6 +80,8 @@ export const batchTask = task({
80
81
const results = await childTask.batchTriggerAndWait(items);
82
83
+ logger.info("Batch task complete", { results });
84
+
85
return {
86
batchCount: payload.count,
87
results,
0 commit comments