You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Go SDK for Serverless Workflow
1
+
# Go SDK for Open Workflow
2
2
3
-
The Go SDK for Serverless Workflow provides strongly-typed structures for the [Serverless Workflow specification](https://github.com/serverlessworkflow/specification/blob/v1.0.0/schema/workflow.yaml). It simplifies parsing, validating, and interacting with workflows in Go. Starting from version `v3.1.0`, the SDK also includes a partial reference implementation, allowing users to execute workflows directly within their Go applications.
3
+
The Go SDK for Open Workflow provides strongly-typed structures for the [Open Workflow specification](https://github.com/open-workflow-specification/specification/blob/v1.0.0/schema/workflow.yaml). It simplifies parsing, validating, and interacting with workflows in Go. Starting from version `v4.0.0`, the SDK also includes a partial reference implementation, allowing users to execute workflows directly within their Go applications.
4
4
5
5
---
6
6
@@ -44,11 +44,11 @@ This table indicates the current state of implementation of various SDK features
The table below lists the current state of this implementation. This table is a roadmap for the project based on the [DSL Reference doc](https://github.com/serverlessworkflow/specification/blob/v1.0.0/dsl-reference.md).
119
+
The table below lists the current state of this implementation. This table is a roadmap for the project based on the [DSL Reference doc](https://github.com/open-workflow-specification/specification/blob/v1.0.0/dsl-reference.md).
120
120
121
121
| Feature | State |
122
122
| ----------- | --------------- |
@@ -160,9 +160,9 @@ The table below lists the current state of this implementation. This table is a
160
160
| Workflow Definition Reference | ✅ |
161
161
| Subscription Iterator | ❌ |
162
162
163
-
We love contributions! Our aim is to have a complete implementation to serve as a reference or to become a project on its own to favor the CNCF Ecosystem.
163
+
We love contributions! Our aim is to have a complete implementation to serve as a reference or to become a project on its own to favor the Open Workflow ecosystem.
164
164
165
-
If you are willing to help, please [file a sub-task](https://github.com/serverlessworkflow/sdk-go/issues/221) in this EPIC describing what you are planning to work on first.
165
+
If you are willing to help, please [file a sub-task](https://github.com/open-workflow-specification/sdk-go/issues/221) in this EPIC describing what you are planning to work on first.
166
166
167
167
---
168
168
@@ -209,6 +209,6 @@ brew install diffutils
209
209
210
210
---
211
211
212
-
Contributions are greatly appreciated! Check [this EPIC](https://github.com/serverlessworkflow/sdk-go/issues/221) and contribute to completing more features.
212
+
Contributions are greatly appreciated! Check [this EPIC](https://github.com/open-workflow-specification/sdk-go/issues/221) and contribute to completing more features.
0 commit comments