Skip to content

Commit 2a17c2f

Browse files
committed
- created changelog entry for Python Workflows beta release
1 parent 197fc07 commit 2a17c2f

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Python Workflows is now open beta
3+
description: Python Workflows is now open beta - build Workflows in Python.
4+
products:
5+
- workflows
6+
- workers
7+
date: 2025-08-22
8+
---
9+
10+
import { Render, PackageManagers, TypeScriptExample } from "~/components"
11+
12+
[Pyhton Workflows](/workflows/python/) is now in open beta, and available to any developer a free or paid Workers plan.
13+
14+
Workflow entrypoints can now be declared using Python. You can get started with Python Workflows by [following our get started guide](/workflows/python/).
15+
16+
```sh
17+
npm create cloudflare@latest workflows-starter -- --template "cloudflare/workflows-starter"
18+
```
19+
20+
More information:
21+
22+
- Learn the [Python Workflows API](/workflows/python/python-workers-api/).
23+
- [Interact with a Python Workflow](/workflows/python/bindings/) via your Workers apps.
24+
- [DAG Workflows](/workflows/python/dag/) pattern.

src/content/release-notes/workflows.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ link: "/workflows/reference/changelog/"
33
productName: Workflows
44
productLink: "/workflows/"
55
entries:
6+
- publish_date: "2025-08-22"
7+
title: "Python Workflows is now open beta"
8+
description: |-
9+
[Pyhton Workflows](/workflows/python/) is now in open beta, and available to any developer a free or paid Workers plan.
10+
11+
More information available in the [changelog](/changelog/2025-08-22-workflows-python-beta/).
612
- publish_date: "2025-05-07"
713
title: "Search for specific Workflows"
814
description: |-

0 commit comments

Comments
 (0)