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 7af789b commit 21a526aCopy full SHA for 21a526a
docs/triggering.mdx
@@ -541,7 +541,7 @@ export const parentTask = task({
541
{ id: "child-task-2", payload: { bar: 42 } }, // 👈 The payload is typed correctly based on the task `id`
542
]);
543
544
- for (const result of results) {
+ for (const result of results.runs) {
545
if (result.ok) {
546
// 👇 Narrow the type of the result based on the taskIdentifier
547
switch (result.taskIdentifier) {
0 commit comments