We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d032c8f commit 10d5ce2Copy full SHA for 10d5ce2
CHANGELOG.md
@@ -5,6 +5,9 @@
5
- Adds asynchronous events - wait for an event in a workflow, send
6
events asynchronously - allows pause/resume, human-in-loop, etc.
7
- 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 } }`
11
- Reduces read bandwidth when reading the journal after running many steps in parallel.
12
13
## 0.2.7
0 commit comments