Skip to content

Commit 56a21ce

Browse files
committed
Added a diagram for the lifecycle functions
1 parent 41f3f86 commit 56a21ce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/images/lifecycle-functions.png

37.9 KB
Loading

docs/tasks-overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ export const heavyTask = task({
121121
});
122122
```
123123

124+
## Lifecycle functions
125+
126+
![Lifecycle functions](/images/lifecycle-functions.png)
127+
124128
### `init` function
125129

126130
This function is called before a run attempt:

0 commit comments

Comments
 (0)