Skip to content

Commit e79b05d

Browse files
committed
Rename to Open Workflow Specification
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
1 parent e96772c commit e79b05d

7 files changed

Lines changed: 100 additions & 27 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Serverless Workflow Website Repository
1+
# Open Workflow Specification Website Repository
22

3-
This repository hosts the website for the [Serveless Workflow Specification](https://github.com/serverlessworkflow/specification) project at [https://serverlessworkflow.io](https://serverlessworkflow.io).
3+
This repository hosts the website for the [Open Workflow Specification](https://github.com/serverlessworkflow/specification) project at [https://serverlessworkflow.io](https://serverlessworkflow.io).
44

55
## 🧑 Contributing to the website
66

src/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ import {
1010
import Section from "./Section.astro";
1111
---
1212

13-
<Section title="💕 Love ServerlessWorkflow? Give us a Star on GitHub! ⭐" subTitle="Help us grow and show your support! Starring our repository helps more people discover and join our community.">
13+
<Section title="💕 Love Open Workflow Specification? Give us a Star on GitHub! ⭐" subTitle="Help us grow and show your support! Starring our repository helps more people discover and join our community.">
1414
<p class="text-center text-xl">👉<a class="link link-accent" target="_blank" rel="noopener" href={GITHUB_LINK}>Star our GitHub Repository</a></p>
1515
</Section>
1616
<footer class="bg-neutral text-neutral-content p-10">
1717
<div class="footer md:footer-horizontal max-w-7xl mx-auto">
1818
<aside>
1919
<p>
20-
&copy; Serverless Workflow Authors |
20+
&copy; Open Workflow Specification Authors |
2121
<a class="link" href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="noopener">CC BY 4.0</a> |
2222
<a class="link" href="https://www.linuxfoundation.org/legal/privacy-policy" target="_blank" rel="noopener">Privacy Policy</a>
2323
</p>

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ThemeIcon from './ThemeIcon.astro';
66
<div class="navbar-start">
77
<div class="flex gap-2">
88
<div class="logo-header"></div>
9-
<a class="text-xl font-bold" href="/">Serverless Workflow</a>
9+
<a class="text-xl font-bold" href="/">Open Workflow Specification</a>
1010
</div>
1111
</div>
1212
<div class="navbar-end">

src/consts.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
export const DEFAULT_TITLE = 'Serverless Workflow';
2-
export const DEFAULT_DESC = `Serverless Workflow presents a vendor-neutral, open-source, and entirely community-driven ecosystem tailored for defining and executing DSL-based workflows in the realm of Serverless technology.`;
1+
export const DEFAULT_TITLE = 'Open Workflow Specification';
2+
export const DEFAULT_DESC = `Open Workflow Specification presents a vendor-neutral, open-source, and entirely community-driven ecosystem for defining and executing DSL-based workflows.`;
33

44
export const CURRENT_VERSION = '1.0.3';
55

66
export const GITHUB_ORG = 'https://github.com/serverlessworkflow/';
77
export const GITHUB_LINK = GITHUB_ORG + 'specification/';
8-
export const SLACK_LINK = 'https://slack.cncf.io/';
8+
export const SLACK_LINK = 'https://cloud-native.slack.com/messages/open-workflow';
99
export const X_TWITTER_LINK = 'https://x.com/cncfworkflow';
1010
export const LINKEDIN_LINK = 'https://www.linkedin.com/company/serverless-workflow/posts';
1111
export const DEV_MAILING_LIST_LINK = 'mailto:cncf-serverlessws-maintainers@lists.cncf.io';
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
---
2+
title: Announcing our Rename to Open Workflow Specification
3+
author: Ricardo Zanini
4+
date: 2026-06-18
5+
description: >
6+
We're excited to announce that the Serverless Workflow Specification project has been renamed to Open Workflow Specification, better reflecting our scope and vision as a platform-agnostic workflow orchestration standard.
7+
---
8+
9+
We're thrilled to announce an important evolution for our project: **Serverless Workflow Specification is now Open Workflow Specification**!
10+
11+
## Why the Change?
12+
13+
When we started this journey, "Serverless Workflow" reflected our origins in the serverless computing ecosystem. However, as the project has matured and our community has grown, we've expanded far beyond serverless use cases. Today, the specification is used across diverse environments—from cloud-native applications to on-premises systems, from microservices orchestration to complex data pipelines.
14+
15+
The name "Serverless Workflow" was becoming a barrier. Many potential users and contributors assumed the specification was limited to serverless architectures, when in reality, it's a vendor-neutral, platform-agnostic standard for workflow orchestration that works anywhere.
16+
17+
**Open Workflow Specification** better captures our true nature:
18+
- **Open**: We're an open-source, community-driven CNCF project
19+
- **Workflow**: Workflow orchestration is what we do
20+
- **Specification**: We define a standard DSL, not a specific implementation
21+
22+
## What's Changing?
23+
24+
### Project Name & Branding
25+
- **New Name**: Open Workflow Specification
26+
- **DSL Name**: Open Workflow DSL (previously Serverless Workflow DSL)
27+
- **Community**: The #open-workflow Slack channel (previously #serverless-workflow)
28+
- **Organization**: We've secured the github.com/open-workflow-specification organization
29+
30+
### What's Staying the Same?
31+
- **Our Mission**: Providing a vendor-neutral, platform-agnostic workflow orchestration standard
32+
- **The Specification**: All technical aspects remain unchanged
33+
- **Your Workflows**: No breaking changes to existing workflow definitions
34+
- **CNCF Membership**: We remain a proud CNCF Sandbox project
35+
- **Community**: Same amazing maintainers, contributors, and users
36+
- **GitHub URLs**: Old links will continue to redirect (for now)
37+
38+
## What This Means for You
39+
40+
**If you're using the specification:**
41+
- Your existing workflows continue to work without any changes
42+
- Schema URLs and references remain functional
43+
- SDKs will maintain backward compatibility
44+
45+
**If you're contributing:**
46+
- Join us on Slack at #open-workflow (the #serverless-workflow channel is being migrated)
47+
- Update your bookmarks to our new GitHub organization (coming soon)
48+
- New documentation and resources will use the updated name
49+
50+
## Looking Forward
51+
52+
This rename marks an exciting milestone in our journey. By removing the "serverless" qualifier, we're opening doors to new use cases, new contributors, and new adopters who may have previously overlooked us due to our name.
53+
54+
We remain committed to our core values:
55+
- **Vendor-neutral**: No lock-in, works everywhere
56+
- **Community-driven**: Your voice matters
57+
- **Platform-agnostic**: Cloud, on-prem, hybrid—we support it all
58+
- **Simple yet powerful**: Easy to learn, capable of handling complex workflows
59+
60+
## Thank You
61+
62+
A huge thank you to our community for your continued support. This change wouldn't be possible without the CNCF's approval and the hard work of our maintainers and contributors.
63+
64+
We're excited about this next chapter and look forward to growing the Open Workflow Specification community together!
65+
66+
## Get Involved
67+
68+
- **Join our Slack**: [#open-workflow on CNCF Slack](https://cloud-native.slack.com/messages/open-workflow)
69+
- **Star us on GitHub**: [github.com/serverlessworkflow/specification](https://github.com/serverlessworkflow/specification)
70+
- **Attend our weekly meetings**: [Community Calendar](https://github.com/serverlessworkflow/specification/discussions/799)
71+
- **Contribute**: Check out our [Contributing Guide](https://github.com/serverlessworkflow/specification/blob/main/contributing.md)
72+
73+
Here's to Open Workflow Specification! 🎉

src/pages/community.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import Section from '../components/Section.astro';
77
<Layout title="Community">
88
<Section title="" subTitle="" class="bg-primary text-primary-content">
99
<!-- didn't use title/subTitle props because of the primary text on primary bg color -->
10-
<h2 class="text-3xl font-bold text-center mb-4">Join the Serverless Workflow community</h2>
11-
<p class="text-xl text-center">Serverless Workflow is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved.</p>
10+
<h2 class="text-3xl font-bold text-center mb-4">Join the Open Workflow Specification community</h2>
11+
<p class="text-xl text-center">Open Workflow Specification is an open source project that anyone in the community can use, improve, and enjoy. We'd love you to join us! Here's a few ways to find out what's happening and get involved.</p>
1212
</Section>
1313
<Section>
1414
<div class="grid grid-cols-2 gap-8">
1515
<div class="prose">
1616
<h3>Learn and Connect</h3>
17-
<p>Using or want to use Serverless Workflow? Find out more here:</p>
17+
<p>Using or want to use Open Workflow Specification? Find out more here:</p>
1818
<ul>
1919
<li title="User help">
2020
<a target="_blank" rel="noopener" href={GITHUB_LINK + 'discussions'}><i class="fa fa-envelope"></i> User help</a>:
@@ -32,22 +32,22 @@ import Section from '../components/Section.astro';
3232
</div>
3333
<div class="prose">
3434
<h3>Develop and Contribute</h3>
35-
<p>If you want to get more involved by contributing to Serverless Workflow, join us here:</p>
35+
<p>If you want to get more involved by contributing to Open Workflow Specification, join us here:</p>
3636
<ul>
3737
<li title="GitHub">
3838
<a target="_blank" rel="noopener" href={GITHUB_LINK}><i class="fab fa-github"></i> GitHub</a>:
3939
Development takes place here!
4040
</li>
4141
<li title="Slack">
4242
<a target="_blank" rel="noopener" href={SLACK_LINK}><i class="fab fa-slack"></i> Slack</a>:
43-
Chat with other project developers at #serverless-workflow channel
43+
Chat with other project developers at #open-workflow channel
4444
</li>
4545
<li title="Developer mailing list">
4646
<a target="_blank" rel="noopener" href={DEV_MAILING_LIST_LINK}><i class="fa fa-envelope"></i> Developer mailing list</a>:
4747
Discuss development issues around the project
4848
</li>
4949
</ul>
50-
<p>You can find out how to contribute to Serverless Workflow in our <a href={GITHUB_LINK + 'blob/main/contributing.md' }>Contribution Guidelines</a>.</p>
50+
<p>You can find out how to contribute to Open Workflow Specification in our <a href={GITHUB_LINK + 'blob/main/contributing.md' }>Contribution Guidelines</a>.</p>
5151
</div>
5252
</div>
5353
</Section>

0 commit comments

Comments
 (0)