You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,9 +20,57 @@ Build durable multi-step applications on Cloudflare Workers with Workflows.
20
20
21
21
<Plantype="workers-all" />
22
22
23
-
Workflows is a durable execution engine built on Cloudflare Workers. Workflows allow you to build multi-step applications that can automatically retry, persist state and run for minutes, hours, days, or weeks. Workflows introduces a programming model that makes it easier to build reliable, long-running tasks, observe as they progress, and programatically trigger instances based on events across your services.
24
-
25
-
Refer to the [get started guide](/workflows/get-started/guide/) to start building with Workflows.
23
+
With Workflows, you can build applications that chain together multiple steps, automatically retry failed tasks,
24
+
and persist state for minutes, hours, or even weeks - with no infrastructure to manage.
25
+
26
+
Workflows give you:
27
+
28
+
- Reliable multi-step operations without worrying about timeouts
29
+
- Automatic retries and error handling
30
+
- Built-in observability for long running operations
31
+
- Simple and expressive code for complex processes
0 commit comments