Skip to content

Commit acd1169

Browse files
committed
changelog + dates
1 parent ad0fb1a commit acd1169

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
link: "/workflows/platform/changelog/"
2+
link: "/workflows/reference/changelog/"
33
productName: Workflows
44
productLink: "/workflows/"
55
productArea: Developer platform
6-
productAreaLink: /workflows/
6+
productAreaLink: /workers/platform/changelog/platform/
77
entries:
8-
- publish_date: "2038-01-19"
9-
title: Workflows is now in public beta.
8+
- publish_date: "2024-10-23"
9+
title: "Workflows is now in public beta!"
1010
description: |-
1111
Workflows, a new product for building reliable, multi-step workflows using Cloudflare Workers, is now in public beta. The public beta is available to any user with a [free or paid Workers plan](/workers/platform/pricing/).
1212
13-
A Workflow allows you to define multiple, independent steps that encapsulate errors, automatically retry, persist state, and can run for seconds, minutes, hours or even days. A Workflow can be useful for post-processing data from R2 buckets before querying it, automating a [Workers AI RAG pipeline](/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/), or managing user signup flows and lifecycle emails.
13+
A Workflow allows you to define multiple, independent steps that encapsulate errors, automatically retry, persist state, and can run for seconds, minutes, hours or even days. A Workflow can be useful for post-processing data from R2 buckets before querying it, automating a Workers AI RAG pipeline, or managing user signup flows and lifecycle emails.
1414
15-
You can learn more about Workflows in [our announcement blog], or start building in our [get started guide].
15+
You can learn more about Workflows in [our announcement blog](https://blog.cloudflare.com/building-workflows-durable-execution-on-workers/), or start building in our [get started guide](/workflows/get-started/guide/).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: CLI quick start
33
pcx_content_type: get-started
4-
updated: 2038-01-19
4+
updated: 2024-10-23
55
sidebar:
66
order: 3
77

src/content/docs/workflows/get-started/guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Guide
33
pcx_content_type: get-started
4-
updated: 2038-01-19
4+
updated: 2024-10-23
55
sidebar:
66
order: 1
77

0 commit comments

Comments
 (0)