NO-ISSUE: Fix Serverless leftovers to Open Workflow - #319
Conversation
Signed-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>
✅ Deploy Preview for openworkflow-editor ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR cleans up remaining “Serverless Workflow” references by renaming documentation links and updating example workflow/spec URLs to “Open Workflow”, aligning the editor package’s docs and Storybook examples with the new project branding and canonical sites.
Changes:
- Update root and package READMEs to reference the Open Workflow Diagram Editor and Open Workflow specification wording.
- Replace
serverlessworkflow.iolinks/URIs in Storybook workflow examples withopen-workflow-specification.orgequivalents. - Update catalog function URL references from
serverlessworkflow/catalogtoopen-workflow-specification/catalog.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates “Getting Started” link to the renamed Open Workflow editor package docs. |
| packages/open-workflow-diagram-editor/stories/use-cases/workflows/managing-github-issues.yaml | Replaces serverlessworkflow.io event/error URIs with Open Workflow site URIs. |
| packages/open-workflow-diagram-editor/stories/use-cases/workflows/managing-ev-charging-stations.yaml | Replaces runtime error URI host to Open Workflow site. |
| packages/open-workflow-diagram-editor/stories/introduction/Welcome.mdx | Updates specification link to the Open Workflow site in Storybook intro docs. |
| packages/open-workflow-diagram-editor/stories/examples/workflows/try-catch-then.yaml | Updates error type URI host to Open Workflow site. |
| packages/open-workflow-diagram-editor/stories/examples/workflows/try-catch-retry-reusable.yaml | Updates error type URI host to Open Workflow site. |
| packages/open-workflow-diagram-editor/stories/examples/workflows/raise-reusable.yaml | Updates reusable error type URI host to Open Workflow site. |
| packages/open-workflow-diagram-editor/stories/examples/workflows/call-custom-function-cataloged.yaml | Updates function catalog raw GitHub URL to the Open Workflow org. |
| packages/open-workflow-diagram-editor/stories/examples/workflows/call-asyncapi-subscribe-consume-forever-foreach.yaml | Updates event source URI host to Open Workflow site for samples. |
| packages/open-workflow-diagram-editor/README.md | Updates props table description text to “Open Workflow specification…”. |
| examples/vanilla-web-component/README.md | Updates web component attributes table description text to “Open Workflow specification…”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| source: https://open-workflow-specification.org/samples | ||
| type: io.serverlessworkflow.samples.asyncapi.message.consumed.v1 | ||
| data: |
There was a problem hiding this comment.
@lornakelly good point: https://serverlessworkflow.io/samples gives 404
There was a problem hiding this comment.
It does not matter, is just a placement.
Signed-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>
|
@fantonangeli I merged Aditya's PR so you should be able to rebase and that will fix the header failure |
|
@lornakelly Simply re-running the CI should do the job: https://github.com/open-workflow-specification/editor/actions/runs/31108386729/job/92639409591?pr=319 |
…-leftovers Signed-off-by: fantonangeli <fabrizio.antonangeli@gmail.com>
There where some
Severlessleftovers, and this PR is to rename toOpen Workflow.I also fixed some GH url inside workflows.
Note: the licenes check will be fixed by #304