Skip to content

Commit 27c2eea

Browse files
committed
0.2.8-alpha.2
1 parent 781fa7d commit 27c2eea

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
make a mutation to call workflow.start:
1111
- `{ fn: "path/to/file:workflowName", args: { ...your workflow args } }`
1212
- Reduces read bandwidth when reading the journal after running many steps in parallel.
13+
- Simplifies the onComplete type requirement so you can accept a workflowId as a string.
14+
This helps when you have statically generated types which can't do branded strings.
1315

1416
## 0.2.7
1517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@convex-dev/workflow",
3-
"version": "0.2.8-alpha.1",
3+
"version": "0.2.8-alpha.2",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)