Skip to content

Commit 10d5ce2

Browse files
committed
changelog
1 parent d032c8f commit 10d5ce2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
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+
- You can start a workflow directly from the CLI / dashboard without having to
9+
make a mutation to call workflow.start:
10+
- `{ fn: "path/to/file:workflowName", args: { ...your workflow args } }`
811
- Reduces read bandwidth when reading the journal after running many steps in parallel.
912

1013
## 0.2.7

0 commit comments

Comments
 (0)