Skip to content

Commit 30321fe

Browse files
authored
Make params match the example types from section above
1 parent 61790f6 commit 30321fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workflows/get-started/cli-quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can run a Workflow via the `wrangler` CLI, via a Worker binding, or via the
161161

162162
```sh
163163
# Trigger a Workflow from the CLI, and pass (optional) parameters as an event to the Workflow.
164-
npx wrangler@latest workflows trigger workflows-tutorial --params={"hello":"world"}
164+
npx wrangler@latest workflows trigger workflows-tutorial --params={"email": "[email protected]", "metadata": {"id": "1"}}
165165
```
166166

167167
Refer to the [events and parameters documentation](/workflows/build/events-and-parameters/) to understand how events are passed to Workflows.

0 commit comments

Comments
 (0)