Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open Workflow Specification Website Repository

This repository hosts the website for the [Open Workflow Specification](https://github.com/serverlessworkflow/specification) project at [https://serverlessworkflow.io](https://serverlessworkflow.io).
This repository hosts the website for the [Open Workflow Specification](https://github.com/open-workflow-specification/specification) project at [https://open-workflow-specification.org](https://open-workflow-specification.org).

## 🧑 Contributing to the website

Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/core/0.5/common.json",
"$id": "https://open-workflow-specification.org/core/0.5/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/core/0.5/events.json",
"$id": "https://open-workflow-specification.org/core/0.5/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/extensions/kpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/extensions/0.5/kpi.json",
"$id": "https://open-workflow-specification.org/extensions/0.5/kpi.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - KPIs Extension Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/core/0.5/functions.json",
"$id": "https://open-workflow-specification.org/core/0.5/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/core/0.5/retries.json",
"$id": "https://open-workflow-specification.org/core/0.5/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.5/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.org/core/0.5/workflow.json",
"$id": "https://open-workflow-specification.org/core/0.5/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/common.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/events.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/extensions/kpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/extensions/kpi.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/extensions/kpi.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - KPIs Extension Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/functions.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/retries.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.6/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.6/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/0.6/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/auth.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/auth.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - auth schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/common.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/errors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/errors.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/errors.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - errors schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/events.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/extensions/kpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/extensions/kpi.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/extensions/kpi.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - KPIs Extension Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/extensions/ratelimiting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/extensions/ratelimiting.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/extensions/ratelimiting.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - Various workflow rate limiting settings",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/functions.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/odata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/odata.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/odata.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - OData command options schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/retries.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/secrets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/secrets.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/secrets.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - secrets schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/timeouts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/timeouts.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/timeouts.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.7/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.7/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/0.7/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/auth.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/auth.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - auth schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/common.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/errors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/errors.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/errors.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - errors schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/events.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/extensions/kpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/extensions/kpi.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/extensions/kpi.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - KPIs Extension Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/extensions/ratelimiting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/extensions/ratelimiting.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/extensions/ratelimiting.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - Various workflow rate limiting settings",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/functions.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/odata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/odata.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/odata.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - OData command options schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/retries.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/secrets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/secrets.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/secrets.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - secrets schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/timeouts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/timeouts.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/timeouts.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.8/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.8/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/0.8/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/auth.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/auth.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/auth.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - auth schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/common.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/common.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/common.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - common schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/errors.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/errors.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/errors.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - errors schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/events.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/events.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/events.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - events schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/extensions/kpi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/extensions/kpi.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/extensions/kpi.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - KPIs Extension Schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/extensions/ratelimiting.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/extensions/ratelimiting.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/extensions/ratelimiting.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - Various workflow rate limiting settings",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/functions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/functions.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/functions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/odata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/odata.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/odata.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - OData command options schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/retries.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/retries.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/retries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - retries schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/secrets.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/secrets.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/secrets.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - secrets schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/timeouts.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/timeouts.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/timeouts.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - functions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/workflow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/workflow.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion public/schemas/0.9/workflowextensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://serverlessworkflow.io/schemas/0.9/extensions.json",
"$id": "https://open-workflow-specification.org/schemas/0.9/extensions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - extensions schema",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const DEFAULT_DESC = `Open Workflow Specification presents a vendor-neutr

export const CURRENT_VERSION = '1.0.3';

export const GITHUB_ORG = 'https://github.com/serverlessworkflow/';
export const GITHUB_ORG = 'https://github.com/open-workflow-specification/';
export const GITHUB_LINK = GITHUB_ORG + 'specification/';
export const SLACK_LINK = 'https://cloud-native.slack.com/messages/open-workflow';
export const X_TWITTER_LINK = 'https://x.com/cncfworkflow';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ We're excited about this next chapter and look forward to growing the Open Workf
## Get Involved

- **Join our Slack**: [#open-workflow on CNCF Slack](https://cloud-native.slack.com/messages/open-workflow)
- **Star us on GitHub**: [github.com/serverlessworkflow/specification](https://github.com/serverlessworkflow/specification)
- **Attend our weekly meetings**: [Community Calendar](https://github.com/serverlessworkflow/specification/discussions/799)
- **Contribute**: Check out our [Contributing Guide](https://github.com/serverlessworkflow/specification/blob/main/contributing.md)
- **Star us on GitHub**: [github.com/open-workflow-specification/specification](https://github.com/open-workflow-specification/specification)
- **Attend our weekly meetings**: [Community Calendar](https://github.com/open-workflow-specification/specification/discussions/799)
- **Contribute**: Check out our [Contributing Guide](https://github.com/open-workflow-specification/specification/blob/main/contributing.md)

Here's to Open Workflow Specification! 🎉
Loading