Skip to content

Commit 1fdb278

Browse files
committed
fix
1 parent 211b552 commit 1fdb278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ Specifically, the code above:
148148
4. Defines a custom retry configuration for a step.
149149
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.
150150

151+
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.
152+
151153
## 2. Deploy a Workflow
152154

153155
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:

0 commit comments

Comments
 (0)