Skip to content

Commit f9eccb3

Browse files
committed
trigger done
1 parent 9533bfd commit f9eccb3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/content/docs/workflows/build/trigger-workflows.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ sidebar:
66

77
---
88

9-
TODO - intro
9+
You can trigger Workflows both programmatically and via the Workflows APIs, including:
10+
11+
1. With [Workers](/workers) via HTTP requests in a `fetch` handler or bindings from a `queue` or `scheduled` handler.
12+
2. Using the [Workflows REST API](/api/paths/accounts-account_id--workflows/get)
13+
2. Via the [wrangler CLI](/workers/wrangler/commands/#workflows) in your terminal
1014

1115
## Workers API (Bindings)
1216

0 commit comments

Comments
 (0)