Skip to content

[Fix #1188] Replace serverlessworkflow references with open-workflow-specification - #1189

Open
ricardozanini wants to merge 1 commit into
open-workflow-specification:mainfrom
ricardozanini:issue/1188
Open

[Fix #1188] Replace serverlessworkflow references with open-workflow-specification#1189
ricardozanini wants to merge 1 commit into
open-workflow-specification:mainfrom
ricardozanini:issue/1188

Conversation

@ricardozanini

Copy link
Copy Markdown
Collaborator

Summary

This PR fixes #1188 by replacing all references to the old serverlessworkflow domain and organization with the new open-workflow-specification domain.

Changes

  • Replaced serverlessworkflow.io with open-workflow-specification.org in event URIs
  • Updated github.com/serverlessworkflow/* to github.com/open-workflow-specification/*
  • Changed io.serverlessworkflow.* event types to io.open-workflow-specification.*
  • Updated catalog and raw.githubusercontent.com URLs to new organization
  • Updated GitHub badge URLs to reference new organization

Files Updated

  • Event type URIs in examples (YAML files)
  • Documentation (dsl.md, dsl-reference.md, README.md)
  • Contributing guidelines and security documentation
  • ADRs and CTK documentation

Notes

  • VS Code Marketplace URL kept as-is (to be reviewed separately)
  • Historical ADR reference preserved for accuracy
  • DNS from old domain redirects to new one, so this is not a breaking change

Test Plan

  • Verified all serverlessworkflow.io references replaced
  • Verified all GitHub organization URLs updated
  • Verified all event type URIs updated
  • Only intentional references remain (Marketplace URL, historical ADR)

Copilot AI lite review requested due to automatic review settings August 27, 2026 14:13

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

…erences with open-workflow-specification

Updated all domain and organization references throughout the specification:
- Replaced serverlessworkflow.io with open-workflow-specification.org in event URIs
- Updated github.com/serverlessworkflow/* to github.com/open-workflow-specification/*
- Changed io.serverlessworkflow.* event types to io.open-workflow-specification.*
- Updated catalog and raw.githubusercontent.com URLs to new organization
- Updated GitHub badge URLs to reference new organization

Files updated:
- Event type URIs in examples (YAML files)
- Documentation (dsl.md, dsl-reference.md, README.md)
- Contributing guidelines and security documentation
- ADRs and CTK documentation

Note: VS Code Marketplace URL kept as-is (to be reviewed separately)
Note: Historical ADR reference preserved for accuracy
Signed-off-by: Ricardo Zanini <ricardozanini@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace serverlessworkflow.io with open-workflow-specification.org in events URIs

2 participants