From 1fdb2781d53329e6196f6f7408ea7d10cb927fdc Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Mon, 21 Oct 2024 17:37:25 -0400 Subject: [PATCH] fix --- src/content/docs/workflows/get-started/cli-quick-start.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/workflows/get-started/cli-quick-start.mdx b/src/content/docs/workflows/get-started/cli-quick-start.mdx index 67cf235a41df0a..05578d74aabb85 100644 --- a/src/content/docs/workflows/get-started/cli-quick-start.mdx +++ b/src/content/docs/workflows/get-started/cli-quick-start.mdx @@ -148,6 +148,8 @@ Specifically, the code above: 4. Defines a custom retry configuration for a step. 5. Binds to the Workflow from a Worker's `fetch` handler so that we can create (trigger) instances of our Workflow via a HTTP call. +You can edit the Workflow by adding (or removing) additional `step` calls, changing the retry configuration, and/or making your own API calls. This Workflow template is designed to illustrate some of Workflows APIs. + ## 2. Deploy a Workflow Workflows are deployed via [`wrangler`](/workers/wrangler/install-and-update/), which is installed when you first ran `npm create cloudflare`, above. Workflows are Workers scripts, and deployed the same way: