Skip to content

Commit 3029210

Browse files
committed
0.2.8-alpha.1
1 parent 33c1d06 commit 3029210

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Adds asynchronous events - wait for an event in a workflow, send
66
events asynchronously - allows pause/resume, human-in-loop, etc.
77
- Supports nested workflows with step.runWorkflow.
8+
- Surfaces return value of the workflow in the status
89
- You can start a workflow directly from the CLI / dashboard without having to
910
make a mutation to call workflow.start:
1011
- `{ fn: "path/to/file:workflowName", args: { ...your workflow args } }`

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.0",
3+
"version": "0.2.8-alpha.1",
44
"description": "Convex component for durably executing workflows.",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)