Skip to content

Commit edd4ec0

Browse files
authoredOct 23, 2024··
Merge pull request #214 from neuroglia-io/feat-alpha-4-and-5
Added 1.0.0-alpha4 and 5 schema and blog posts
2 parents 2ae509b + dc6e2bd commit edd4ec0

File tree

7 files changed

+7576
-3
lines changed

7 files changed

+7576
-3
lines changed
 

Diff for: ‎content/en/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ images:
1717
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
1818
</a>
1919
<p class="lead mt-5">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.</p>
20-
<p>The current version is 1.0.0-alpha3, get the JSON Schema here: <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.yaml" target="_blank">YAML</a> or <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha3/workflow.json" target="_blank">JSON</a></p>
20+
<p>The current version is 1.0.0-alpha5, get the JSON Schema here: <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.yaml" target="_blank">YAML</a> or <a href="https://serverlessworkflow.io/schemas/1.0.0-alpha5/workflow.json" target="_blank">JSON</a></p>
2121
{{< blocks/link-down color="info" >}}
2222
{{% /blocks/cover %}}
2323
<!-- END OF Cover -->
@@ -75,7 +75,7 @@ Define error handling strategies to manage and recover from workflow execution e
7575
{{% tab header="Minimal" lang="minimal" %}}
7676
```yaml
7777
document:
78-
dsl: '1.0.0-alpha3'
78+
dsl: '1.0.0-alpha5'
7979
namespace: examples
8080
name: call-http-shorthand-endpoint
8181
version: '1.0.0'
@@ -90,7 +90,7 @@ Define error handling strategies to manage and recover from workflow execution e
9090
{{% tab header="Async API" lang="asyncapi" %}}
9191
```yaml
9292
document:
93-
dsl: '1.0.0-alpha3'
93+
dsl: '1.0.0-alpha5'
9494
namespace: examples
9595
name: bearer-auth
9696
version: '1.0.0'

Diff for: ‎content/en/blog/releases/release-1.0.0-alpha4.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Serverless Workflow 1.0.0-alpha4
3+
author: Jean-Baptiste Bianchi
4+
date: 2024-10-11
5+
description: >
6+
Announcing Serverless Workflow Specification 1.0.0-alpha4: Critical Validation Fixes
7+
---
8+
9+
We’re excited to announce the release of **Serverless Workflow Specification 1.0.0-alpha4**! This update is critical as it addresses a key issue that has impacted the community: the schema’s URI template. With this release, validation hurdles that developers previously encountered have been effectively resolved.
10+
11+
## Why This Fix Matters
12+
Validation is a cornerstone of the Serverless Workflow Specification. Accurate validation ensures that workflows adhere to defined rules and standards, making development predictable and dependable. The bug in the URI template previously led to false validation failures or confusion over accepted formats. With 1.0.0-alpha4, these issues are behind us.
13+
14+
## Getting Started with 1.0.0-alpha4
15+
To start using the new release, you can access the updated documentation and schema through the official [Serverless Workflow GitHub repository](https://github.com/serverlessworkflow/specification). Follow the setup guide to integrate the updated specification into your environment.
16+
17+
## What’s Next?
18+
The Serverless Workflow community is committed to continual improvement. This release lays the groundwork for more exciting features and enhancements in the future. Keep an eye out for updates, as the team is actively working on further refinements and new functionalities to make Serverless Workflows even more powerful and developer-friendly.
19+
20+
## Join the Community
21+
As always, your feedback is invaluable! Join the discussion on [GitHub](https://github.com/serverlessworkflow/specification/discussions) or connect with other users in the Serverless Workflow community. Share your thoughts, report issues, and contribute to the ongoing evolution of the specification.
22+
23+
**Thank you for your continued support, and happy workflow building!**

Diff for: ‎content/en/blog/releases/release-1.0.0-alpha5.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Serverless Workflow 1.0.0-alpha5
3+
author: Jean-Baptiste Bianchi
4+
date: 2024-10-22
5+
description: >
6+
Introducing Catalog Support!
7+
---
8+
9+
We’re excited to announce the release of **Serverless Workflow Specification 1.0.0-alpha5**, introducing a powerful new feature: **Catalogs**. A catalog is a shared space where resources like custom functions can be defined and reused.
10+
11+
## Why Catalogs Matter
12+
13+
Catalogs simplify workflow creation by promoting **reusability** and **consistency**. By storing frequently used resources in a catalog, developers can create cleaner, more modular workflows while reducing maintenance overhead.
14+
15+
**We look forward to seeing how you’ll use this new feature! Join the discussion on [GitHub](https://github.com/serverlessworkflow/specification/discussions) to share your feedback.**

0 commit comments

Comments
 (0)
Please sign in to comment.