From 35a9811cda737a32dcb0edfa57cdaa5198a13767 Mon Sep 17 00:00:00 2001 From: fantonangeli Date: Thu, 6 Aug 2026 15:46:31 +0200 Subject: [PATCH 1/2] Fix Serverless leftovers to Open Workflow Signed-off-by: fantonangeli --- README.md | 2 +- examples/vanilla-web-component/README.md | 12 ++++++------ packages/open-workflow-diagram-editor/README.md | 12 ++++++------ ...asyncapi-subscribe-consume-forever-foreach.yaml | 2 +- .../workflows/call-custom-function-cataloged.yaml | 2 +- .../stories/examples/workflows/raise-reusable.yaml | 2 +- .../workflows/try-catch-retry-reusable.yaml | 2 +- .../stories/examples/workflows/try-catch-then.yaml | 2 +- .../stories/introduction/Welcome.mdx | 4 ++-- .../workflows/managing-ev-charging-stations.yaml | 2 +- .../workflows/managing-github-issues.yaml | 14 +++++++------- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 59b68496..a0ae093f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To build and run the editor locally, you will need: ## Getting Started with the Diagram Editor -See the [Getting Started guide](./packages/serverless-workflow-diagram-editor/README.md#getting-started) for installation and usage instructions for the Serverless Workflow Diagram Editor React component. +See the [Getting Started guide](./packages/open-workflow-diagram-editor/README.md#getting-started) for installation and usage instructions for the Open Workflow Diagram Editor React component. ## Building the Project diff --git a/examples/vanilla-web-component/README.md b/examples/vanilla-web-component/README.md index b0108707..be295c87 100644 --- a/examples/vanilla-web-component/README.md +++ b/examples/vanilla-web-component/README.md @@ -40,12 +40,12 @@ The wrapper in `src/diagram-editor-element.ts` defines a custom element ` Date: Thu, 6 Aug 2026 15:56:51 +0200 Subject: [PATCH 2/2] Fixes comment: https://github.com/open-workflow-specification/editor/pull/319#discussion_r3729343070 Signed-off-by: fantonangeli --- .../stories/introduction/Welcome.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/open-workflow-diagram-editor/stories/introduction/Welcome.mdx b/packages/open-workflow-diagram-editor/stories/introduction/Welcome.mdx index 66d5fc96..5776d0be 100644 --- a/packages/open-workflow-diagram-editor/stories/introduction/Welcome.mdx +++ b/packages/open-workflow-diagram-editor/stories/introduction/Welcome.mdx @@ -20,7 +20,7 @@ import { Meta } from "@storybook/addon-docs/blocks"; # Welcome to the Diagram Editor -The **Open Workflow Diagram Editor** is the official visual editor for the [CNCF Open Workflow Specification](https://open-workflow-specification.org). +The **Open Workflow Diagram Editor** is the official visual editor for the [CNCF Open Workflow Specification](https://open-workflow-specification.org). It provides an intuitive, interactive way to design, visualize, and understand open workflow definitions. ## What is this editor?