File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ for await (const run of runs.subscribeToBatch("batch-id")) {
58
58
59
59
You will receive updates whenever a run changes for the following reasons:
60
60
61
- - The run moves to a new state. See our [ run lifecycle docs] ( /runs-and-attempts #the-run-lifecycle ) for more information.
61
+ - The run moves to a new state. See our [ run lifecycle docs] ( /runs#the-run-lifecycle ) for more information.
62
62
- [ Run tags] ( /tags ) are added or removed.
63
63
- [ Run metadata] ( /runs/metadata ) is updated.
64
64
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const myTask = schemaTask({
31
31
that would be a breaking change, we are keeping them separate for now.
32
32
</Note >
33
33
34
- When you trigger the task directly, the payload will be validated against the schema before the [ run] ( /runs-and-attempts ) is created:
34
+ When you trigger the task directly, the payload will be validated against the schema before the [ run] ( /runs ) is created:
35
35
36
36
``` ts
37
37
import { tasks } from " @trigger.dev/sdk/v3" ;
You can’t perform that action at this time.
0 commit comments