diff --git a/README.md b/README.md index c6cc063..4eccefb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/public/schemas/0.5/common.json b/public/schemas/0.5/common.json index ce2b155..5389cf8 100644 --- a/public/schemas/0.5/common.json +++ b/public/schemas/0.5/common.json @@ -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", diff --git a/public/schemas/0.5/events.json b/public/schemas/0.5/events.json index e5d0356..3aef928 100644 --- a/public/schemas/0.5/events.json +++ b/public/schemas/0.5/events.json @@ -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", diff --git a/public/schemas/0.5/extensions/kpi.json b/public/schemas/0.5/extensions/kpi.json index 38105d4..3302ee4 100644 --- a/public/schemas/0.5/extensions/kpi.json +++ b/public/schemas/0.5/extensions/kpi.json @@ -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", diff --git a/public/schemas/0.5/functions.json b/public/schemas/0.5/functions.json index f912e3a..6304a72 100644 --- a/public/schemas/0.5/functions.json +++ b/public/schemas/0.5/functions.json @@ -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", diff --git a/public/schemas/0.5/retries.json b/public/schemas/0.5/retries.json index 871e9d7..46e986b 100644 --- a/public/schemas/0.5/retries.json +++ b/public/schemas/0.5/retries.json @@ -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", diff --git a/public/schemas/0.5/workflow.json b/public/schemas/0.5/workflow.json index ea3dfc7..3e6e3c8 100644 --- a/public/schemas/0.5/workflow.json +++ b/public/schemas/0.5/workflow.json @@ -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", diff --git a/public/schemas/0.6/common.json b/public/schemas/0.6/common.json index 3d2e4d3..72febfe 100644 --- a/public/schemas/0.6/common.json +++ b/public/schemas/0.6/common.json @@ -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", diff --git a/public/schemas/0.6/events.json b/public/schemas/0.6/events.json index 7ba488c..6a29253 100644 --- a/public/schemas/0.6/events.json +++ b/public/schemas/0.6/events.json @@ -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", diff --git a/public/schemas/0.6/extensions/kpi.json b/public/schemas/0.6/extensions/kpi.json index 1f12781..739d1e2 100644 --- a/public/schemas/0.6/extensions/kpi.json +++ b/public/schemas/0.6/extensions/kpi.json @@ -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", diff --git a/public/schemas/0.6/functions.json b/public/schemas/0.6/functions.json index 6b30cd0..57102ce 100644 --- a/public/schemas/0.6/functions.json +++ b/public/schemas/0.6/functions.json @@ -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", diff --git a/public/schemas/0.6/retries.json b/public/schemas/0.6/retries.json index 8264dd8..403e5d9 100644 --- a/public/schemas/0.6/retries.json +++ b/public/schemas/0.6/retries.json @@ -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", diff --git a/public/schemas/0.6/workflow.json b/public/schemas/0.6/workflow.json index 1ce11c5..02e7537 100644 --- a/public/schemas/0.6/workflow.json +++ b/public/schemas/0.6/workflow.json @@ -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", diff --git a/public/schemas/0.7/auth.json b/public/schemas/0.7/auth.json index 8678bb9..b58d84c 100644 --- a/public/schemas/0.7/auth.json +++ b/public/schemas/0.7/auth.json @@ -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", diff --git a/public/schemas/0.7/common.json b/public/schemas/0.7/common.json index 60224c5..88f5264 100644 --- a/public/schemas/0.7/common.json +++ b/public/schemas/0.7/common.json @@ -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", diff --git a/public/schemas/0.7/errors.json b/public/schemas/0.7/errors.json index b455eff..9ea997b 100644 --- a/public/schemas/0.7/errors.json +++ b/public/schemas/0.7/errors.json @@ -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", diff --git a/public/schemas/0.7/events.json b/public/schemas/0.7/events.json index c5c72ae..5712feb 100644 --- a/public/schemas/0.7/events.json +++ b/public/schemas/0.7/events.json @@ -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", diff --git a/public/schemas/0.7/extensions/kpi.json b/public/schemas/0.7/extensions/kpi.json index 5013a11..4f09d8d 100644 --- a/public/schemas/0.7/extensions/kpi.json +++ b/public/schemas/0.7/extensions/kpi.json @@ -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", diff --git a/public/schemas/0.7/extensions/ratelimiting.json b/public/schemas/0.7/extensions/ratelimiting.json index 930ba0c..c95733b 100644 --- a/public/schemas/0.7/extensions/ratelimiting.json +++ b/public/schemas/0.7/extensions/ratelimiting.json @@ -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", diff --git a/public/schemas/0.7/functions.json b/public/schemas/0.7/functions.json index cb35222..5d94360 100644 --- a/public/schemas/0.7/functions.json +++ b/public/schemas/0.7/functions.json @@ -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", diff --git a/public/schemas/0.7/odata.json b/public/schemas/0.7/odata.json index 27febab..5f1faf2 100644 --- a/public/schemas/0.7/odata.json +++ b/public/schemas/0.7/odata.json @@ -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", diff --git a/public/schemas/0.7/retries.json b/public/schemas/0.7/retries.json index 23df5e3..2532191 100644 --- a/public/schemas/0.7/retries.json +++ b/public/schemas/0.7/retries.json @@ -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", diff --git a/public/schemas/0.7/secrets.json b/public/schemas/0.7/secrets.json index 427d68e..897932a 100644 --- a/public/schemas/0.7/secrets.json +++ b/public/schemas/0.7/secrets.json @@ -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", diff --git a/public/schemas/0.7/timeouts.json b/public/schemas/0.7/timeouts.json index c99ef6b..1f6ff2c 100644 --- a/public/schemas/0.7/timeouts.json +++ b/public/schemas/0.7/timeouts.json @@ -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", diff --git a/public/schemas/0.7/workflow.json b/public/schemas/0.7/workflow.json index b7a7fc2..cc535a1 100644 --- a/public/schemas/0.7/workflow.json +++ b/public/schemas/0.7/workflow.json @@ -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", diff --git a/public/schemas/0.8/auth.json b/public/schemas/0.8/auth.json index e814047..f6619ac 100644 --- a/public/schemas/0.8/auth.json +++ b/public/schemas/0.8/auth.json @@ -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", diff --git a/public/schemas/0.8/common.json b/public/schemas/0.8/common.json index 5a3593e..497a334 100644 --- a/public/schemas/0.8/common.json +++ b/public/schemas/0.8/common.json @@ -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", diff --git a/public/schemas/0.8/errors.json b/public/schemas/0.8/errors.json index 5208896..f8b670b 100644 --- a/public/schemas/0.8/errors.json +++ b/public/schemas/0.8/errors.json @@ -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", diff --git a/public/schemas/0.8/events.json b/public/schemas/0.8/events.json index 61d16e1..a3cedb2 100644 --- a/public/schemas/0.8/events.json +++ b/public/schemas/0.8/events.json @@ -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", diff --git a/public/schemas/0.8/extensions/kpi.json b/public/schemas/0.8/extensions/kpi.json index 08a8138..bc429a4 100644 --- a/public/schemas/0.8/extensions/kpi.json +++ b/public/schemas/0.8/extensions/kpi.json @@ -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", diff --git a/public/schemas/0.8/extensions/ratelimiting.json b/public/schemas/0.8/extensions/ratelimiting.json index a7bc6f2..6e165b1 100644 --- a/public/schemas/0.8/extensions/ratelimiting.json +++ b/public/schemas/0.8/extensions/ratelimiting.json @@ -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", diff --git a/public/schemas/0.8/functions.json b/public/schemas/0.8/functions.json index 08f3b34..cbf8a98 100644 --- a/public/schemas/0.8/functions.json +++ b/public/schemas/0.8/functions.json @@ -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", diff --git a/public/schemas/0.8/odata.json b/public/schemas/0.8/odata.json index 958cd99..ef7fb2a 100644 --- a/public/schemas/0.8/odata.json +++ b/public/schemas/0.8/odata.json @@ -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", diff --git a/public/schemas/0.8/retries.json b/public/schemas/0.8/retries.json index 1690abd..6f51984 100644 --- a/public/schemas/0.8/retries.json +++ b/public/schemas/0.8/retries.json @@ -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", diff --git a/public/schemas/0.8/secrets.json b/public/schemas/0.8/secrets.json index dc553cc..a051a69 100644 --- a/public/schemas/0.8/secrets.json +++ b/public/schemas/0.8/secrets.json @@ -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", diff --git a/public/schemas/0.8/timeouts.json b/public/schemas/0.8/timeouts.json index 0e0e1b2..983cbd4 100644 --- a/public/schemas/0.8/timeouts.json +++ b/public/schemas/0.8/timeouts.json @@ -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", diff --git a/public/schemas/0.8/workflow.json b/public/schemas/0.8/workflow.json index 2d11730..229e323 100644 --- a/public/schemas/0.8/workflow.json +++ b/public/schemas/0.8/workflow.json @@ -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", diff --git a/public/schemas/0.9/auth.json b/public/schemas/0.9/auth.json index 3f9f1bd..668feb9 100644 --- a/public/schemas/0.9/auth.json +++ b/public/schemas/0.9/auth.json @@ -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", diff --git a/public/schemas/0.9/common.json b/public/schemas/0.9/common.json index 4322f83..71be6d3 100644 --- a/public/schemas/0.9/common.json +++ b/public/schemas/0.9/common.json @@ -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", diff --git a/public/schemas/0.9/errors.json b/public/schemas/0.9/errors.json index 8d16def..0c76b6d 100644 --- a/public/schemas/0.9/errors.json +++ b/public/schemas/0.9/errors.json @@ -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", diff --git a/public/schemas/0.9/events.json b/public/schemas/0.9/events.json index b86fce2..b09e953 100644 --- a/public/schemas/0.9/events.json +++ b/public/schemas/0.9/events.json @@ -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", diff --git a/public/schemas/0.9/extensions/kpi.json b/public/schemas/0.9/extensions/kpi.json index 924bbab..3a83e49 100644 --- a/public/schemas/0.9/extensions/kpi.json +++ b/public/schemas/0.9/extensions/kpi.json @@ -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", diff --git a/public/schemas/0.9/extensions/ratelimiting.json b/public/schemas/0.9/extensions/ratelimiting.json index e9ca507..5c802e2 100644 --- a/public/schemas/0.9/extensions/ratelimiting.json +++ b/public/schemas/0.9/extensions/ratelimiting.json @@ -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", diff --git a/public/schemas/0.9/functions.json b/public/schemas/0.9/functions.json index 87a6a8a..dd586a0 100644 --- a/public/schemas/0.9/functions.json +++ b/public/schemas/0.9/functions.json @@ -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", diff --git a/public/schemas/0.9/odata.json b/public/schemas/0.9/odata.json index 79df36e..ae0d210 100644 --- a/public/schemas/0.9/odata.json +++ b/public/schemas/0.9/odata.json @@ -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", diff --git a/public/schemas/0.9/retries.json b/public/schemas/0.9/retries.json index 6b76afb..b2cb820 100644 --- a/public/schemas/0.9/retries.json +++ b/public/schemas/0.9/retries.json @@ -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", diff --git a/public/schemas/0.9/secrets.json b/public/schemas/0.9/secrets.json index dec1c0c..133d7fb 100644 --- a/public/schemas/0.9/secrets.json +++ b/public/schemas/0.9/secrets.json @@ -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", diff --git a/public/schemas/0.9/timeouts.json b/public/schemas/0.9/timeouts.json index 30ff3c1..7933114 100644 --- a/public/schemas/0.9/timeouts.json +++ b/public/schemas/0.9/timeouts.json @@ -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", diff --git a/public/schemas/0.9/workflow.json b/public/schemas/0.9/workflow.json index 455135d..47dbba2 100644 --- a/public/schemas/0.9/workflow.json +++ b/public/schemas/0.9/workflow.json @@ -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", diff --git a/public/schemas/0.9/workflowextensions.json b/public/schemas/0.9/workflowextensions.json index 364b543..fac0856 100644 --- a/public/schemas/0.9/workflowextensions.json +++ b/public/schemas/0.9/workflowextensions.json @@ -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", diff --git a/src/consts.ts b/src/consts.ts index 0a0d82b..a38f44e 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -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'; diff --git a/src/content/blog/general/announcing-rename-to-open-workflow-specification.md b/src/content/blog/general/announcing-rename-to-open-workflow-specification.md index ddfa421..03e3d36 100644 --- a/src/content/blog/general/announcing-rename-to-open-workflow-specification.md +++ b/src/content/blog/general/announcing-rename-to-open-workflow-specification.md @@ -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! 🎉 diff --git a/src/content/blog/general/visit-to-huawei.md b/src/content/blog/general/visit-to-huawei.md index c227c10..7492786 100644 --- a/src/content/blog/general/visit-to-huawei.md +++ b/src/content/blog/general/visit-to-huawei.md @@ -8,8 +8,8 @@ description: > Last week, I had the pleasure of joining a workshop at Huawei Canada’s headquarters alongside [Heng Kuang](https://www.linkedin.com/in/hengyuankuang/) and [Paul Chen](https://www.linkedin.com/in/paul-chen-a81ab688/). We dove into Huawei’s recent efforts to implement the Serverless Workflow specification and explored how they might contribute to our upcoming 1.1.0 milestone. -At the heart of our discussions was the proposed A2A call task (see [issue #1102](https://github.com/serverlessworkflow/specification/issues/1102)). Huawei’s team has already developed a proof-of-concept based on the v1.0.0 [HTTP call task](https://github.com/serverlessworkflow/specification/blob/main/dsl-reference.md#http-call), demonstrating how agents can be orchestrated through standard workflows. While the POC works, relying solely on raw HTTP calls proved verbose and introduced complexity—especially for operations like exchanging vCards. +At the heart of our discussions was the proposed A2A call task (see [issue #1102](https://github.com/open-workflow-specification/specification/issues/1102)). Huawei’s team has already developed a proof-of-concept based on the v1.0.0 [HTTP call task](https://github.com/open-workflow-specification/specification/blob/main/dsl-reference.md#http-call), demonstrating how agents can be orchestrated through standard workflows. While the POC works, relying solely on raw HTTP calls proved verbose and introduced complexity—especially for operations like exchanging vCards. Huawei has been an active partner in our community since 2020, when [Yuri Zhao](https://www.linkedin.com/in/yuri-zhao-0037a356/) first introduced the [FunctionGraph project](https://www.huaweicloud.com/intl/en-us/product/functiongraph.html) on Huawei Cloud. That project remains healthy and is slated to migrate to the v1.0.0 specification soon. Beyond FunctionGraph, Huawei is also building a fresh implementation of the specification using our Go SDK. If all goes according to plan, they’ll contribute their work back to our reference implementation. -This week, the Huawei team will join our [weekly community meeting](https://github.com/serverlessworkflow/specification/discussions/799) to present their A2A POC and propose formally adding the A2A call as an official task in the specification. We’re excited about this partnership and the opportunity to bring more AI-driven use cases into the Serverless Workflow ecosystem. Collaborating with Huawei is a significant step forward in strengthening our CNCF open source project and expanding our reach in the AI space. +This week, the Huawei team will join our [weekly community meeting](https://github.com/open-workflow-specification/specification/discussions/799) to present their A2A POC and propose formally adding the A2A call as an official task in the specification. We’re excited about this partnership and the opportunity to bring more AI-driven use cases into the Serverless Workflow ecosystem. Collaborating with Huawei is a significant step forward in strengthening our CNCF open source project and expanding our reach in the AI space. diff --git a/src/content/blog/releases/release-1.0.0-alpha1.md b/src/content/blog/releases/release-1.0.0-alpha1.md index 3e2d988..f484ba7 100644 --- a/src/content/blog/releases/release-1.0.0-alpha1.md +++ b/src/content/blog/releases/release-1.0.0-alpha1.md @@ -13,22 +13,22 @@ We're thrilled to announce the release of **Serverless Workflow DSL version 1.0. ## What's New? - Total Refactor: Overhauled grammar and semantics. -- Unified Descriptive Properties: Now at the document top level with a new namespace property. Addresses [#838](https://github.com/serverlessworkflow/specification/issues/838) -- Improved JSON Pointers: Complex objects now use maps instead of arrays. Addresses [#831](https://github.com/serverlessworkflow/specification/issues/831) -- Referencable Workflow Components: Eliminates cumbersome 'oneOf' definitions. Partially addresses [#691](https://github.com/serverlessworkflow/specification/issues/691) +- Unified Descriptive Properties: Now at the document top level with a new namespace property. Addresses [#838](https://github.com/open-workflow-specification/specification/issues/838) +- Improved JSON Pointers: Complex objects now use maps instead of arrays. Addresses [#831](https://github.com/open-workflow-specification/specification/issues/831) +- Referencable Workflow Components: Eliminates cumbersome 'oneOf' definitions. Partially addresses [#691](https://github.com/open-workflow-specification/specification/issues/691) - Unified Task Concept: Merged state and action into task. -- Flow Directives: Merged end and transition into flow directives. Addresses [#684](https://github.com/serverlessworkflow/specification/issues/684) +- Flow Directives: Merged end and transition into flow directives. Addresses [#684](https://github.com/open-workflow-specification/specification/issues/684) - Simplified Compensation: Designed via task branching/chaining. -- Composite Tasks: Support for nested tasks. Addresses [#413](https://github.com/serverlessworkflow/specification/issues/413) -- Flexible Function Calls: Supports HTTP, GRPC, OpenAPI, and AsyncAPI. Addresses [#828](https://github.com/serverlessworkflow/specification/issues/828) +- Composite Tasks: Support for nested tasks. Addresses [#413](https://github.com/open-workflow-specification/specification/issues/413) +- Flexible Function Calls: Supports HTTP, GRPC, OpenAPI, and AsyncAPI. Addresses [#828](https://github.com/open-workflow-specification/specification/issues/828) - Custom Processes: Run containers, shell commands, scripts, or workflows. - Execution Strategies: Sequential and concurrent task execution modes. - Fault Tolerance: Use try tasks to catch and handle errors. -- Retry Policy: Retry on specific errors. Addresses [#681](https://github.com/serverlessworkflow/specification/issues/681) and [#772](https://github.com/serverlessworkflow/specification/issues/772) +- Retry Policy: Retry on specific errors. Addresses [#681](https://github.com/open-workflow-specification/specification/issues/681) and [#772](https://github.com/open-workflow-specification/specification/issues/772) - Timeouts: Define durations to raise timeout errors. -- Error Handling: Raise and manage errors effectively. Addresses [#771](https://github.com/serverlessworkflow/specification/issues/771) -- Gherkin Features: For conformance testing and Behavior Driven Design (BDD). Addresses [#324](https://github.com/serverlessworkflow/specification/issues/324) -- Concurrent Event Correlations: Enhanced event handling. Addresses [#679](https://github.com/serverlessworkflow/specification/issues/679) and [#680](https://github.com/serverlessworkflow/specification/issues/680) +- Error Handling: Raise and manage errors effectively. Addresses [#771](https://github.com/open-workflow-specification/specification/issues/771) +- Gherkin Features: For conformance testing and Behavior Driven Design (BDD). Addresses [#324](https://github.com/open-workflow-specification/specification/issues/324) +- Concurrent Event Correlations: Enhanced event handling. Addresses [#679](https://github.com/open-workflow-specification/specification/issues/679) and [#680](https://github.com/open-workflow-specification/specification/issues/680) - Extensions: Extend and override the DSL without writing code. This release aims to be the final version with breaking changes before the stable Serverless Workflow DSL 1.0.0 release. diff --git a/src/content/blog/releases/release-1.0.0-alpha3.md b/src/content/blog/releases/release-1.0.0-alpha3.md index 031a7d5..bb032c5 100644 --- a/src/content/blog/releases/release-1.0.0-alpha3.md +++ b/src/content/blog/releases/release-1.0.0-alpha3.md @@ -8,26 +8,26 @@ description: > We’re excited to announce the release of v1.0.0-alpha3 for the Serverless Workflow project! This release includes several impactful improvements and bug fixes, making the platform more stable and feature-rich. Below are the most notable issues we’ve resolved in this version: -- **[#907](https://github.com/serverlessworkflow/specification/pull/907)**: Improved handling of **export expressions** in workflow schemas, ensuring smoother transitions and reliable exports of specific expressions and data during workflow execution. This enhancement enhances the overall flow and usability. +- **[#907](https://github.com/open-workflow-specification/specification/pull/907)**: Improved handling of **export expressions** in workflow schemas, ensuring smoother transitions and reliable exports of specific expressions and data during workflow execution. This enhancement enhances the overall flow and usability. -- **[#908](https://github.com/serverlessworkflow/specification/pull/908)**: Enhanced clarity in referencing **authentication policies** within workflows. This improvement simplifies the management of secure service calls by allowing clearer references and reuse of authentication policies across different states. +- **[#908](https://github.com/open-workflow-specification/specification/pull/908)**: Enhanced clarity in referencing **authentication policies** within workflows. This improvement simplifies the management of secure service calls by allowing clearer references and reuse of authentication policies across different states. -- **[#938](https://github.com/serverlessworkflow/specification/pull/938)**: Introduced support for **expressions in formatted strings**, enabling users to dynamically insert expressions into string literals. This feature enhances flexibility in defining dynamic values, allowing workflows to adapt based on runtime data. +- **[#938](https://github.com/open-workflow-specification/specification/pull/938)**: Introduced support for **expressions in formatted strings**, enabling users to dynamically insert expressions into string literals. This feature enhances flexibility in defining dynamic values, allowing workflows to adapt based on runtime data. -- **[#953](https://github.com/serverlessworkflow/specification/pull/953)**: Resolved issues with the **definition of task and workflow properties**, allowing for more specific attributes that improve clarity and usability. This refinement leads to better-defined workflows and easier implementation. +- **[#953](https://github.com/open-workflow-specification/specification/pull/953)**: Resolved issues with the **definition of task and workflow properties**, allowing for more specific attributes that improve clarity and usability. This refinement leads to better-defined workflows and easier implementation. -- **[#956](https://github.com/serverlessworkflow/specification/pull/956)**: Added support for **query parameters in HTTP task definitions**, enabling users to specify parameters directly within their HTTP tasks. This enhancement improves usability and flexibility in constructing rich API requests. +- **[#956](https://github.com/open-workflow-specification/specification/pull/956)**: Added support for **query parameters in HTTP task definitions**, enabling users to specify parameters directly within their HTTP tasks. This enhancement improves usability and flexibility in constructing rich API requests. -- **[#960](https://github.com/serverlessworkflow/specification/pull/960)**: Introduced the capability to add **arguments to script processes**, allowing users to pass specific arguments during script execution. This flexibility enables workflows to adapt dynamically to varying conditions. +- **[#960](https://github.com/open-workflow-specification/specification/pull/960)**: Introduced the capability to add **arguments to script processes**, allowing users to pass specific arguments during script execution. This flexibility enables workflows to adapt dynamically to varying conditions. -- **[#963](https://github.com/serverlessworkflow/specification/pull/963)**: Addressed semantic inconsistencies between **listen and emit tasks**, clarifying their definitions and expected behaviors. This standardization facilitates clearer logic and better integration within event-driven workflows. +- **[#963](https://github.com/open-workflow-specification/specification/pull/963)**: Addressed semantic inconsistencies between **listen and emit tasks**, clarifying their definitions and expected behaviors. This standardization facilitates clearer logic and better integration within event-driven workflows. -- **[#973](https://github.com/serverlessworkflow/specification/pull/973)**: Refactored OAuth2 authentication and introduced **OIDC authentication** support, broadening the range of authentication strategies available. This improvement enhances security and usability when integrating with various identity providers. +- **[#973](https://github.com/open-workflow-specification/specification/pull/973)**: Refactored OAuth2 authentication and introduced **OIDC authentication** support, broadening the range of authentication strategies available. This improvement enhances security and usability when integrating with various identity providers. -- **[#995](https://github.com/serverlessworkflow/specification/pull/995)**: A new property has been added to determine whether to **await the execution of a process**, allowing for precise control over workflow execution flow. This flexibility helps in accommodating various execution scenarios effectively. +- **[#995](https://github.com/open-workflow-specification/specification/pull/995)**: A new property has been added to determine whether to **await the execution of a process**, allowing for precise control over workflow execution flow. This flexibility helps in accommodating various execution scenarios effectively. -- **[#996](https://github.com/serverlessworkflow/specification/pull/996)**: Introduced support for adding **metadata to workflow documents and tasks**, allowing users to embed additional contextual information. This enhancement improves documentation and discoverability, facilitating better integration with external systems. +- **[#996](https://github.com/open-workflow-specification/specification/pull/996)**: Introduced support for adding **metadata to workflow documents and tasks**, allowing users to embed additional contextual information. This enhancement improves documentation and discoverability, facilitating better integration with external systems. --- -We believe these changes will make Serverless Workflow even more powerful and flexible for developers. Check out the [release notes](https://github.com/serverlessworkflow/specification/releases/tag/v1.0.0-alpha3) for the full list of updates. As always, we’re grateful for the continued support from our community and welcome feedback on this release! +We believe these changes will make Serverless Workflow even more powerful and flexible for developers. Check out the [release notes](https://github.com/open-workflow-specification/specification/releases/tag/v1.0.0-alpha3) for the full list of updates. As always, we’re grateful for the continued support from our community and welcome feedback on this release! diff --git a/src/content/blog/releases/release-1.0.0-alpha4.md b/src/content/blog/releases/release-1.0.0-alpha4.md index f8fdec0..7c87ebe 100644 --- a/src/content/blog/releases/release-1.0.0-alpha4.md +++ b/src/content/blog/releases/release-1.0.0-alpha4.md @@ -12,12 +12,12 @@ We’re excited to announce the release of **Serverless Workflow Specification 1 Validation is a cornerstone of the Serverless Workflow Specification. Accurate validation ensures that workflows adhere to defined rules and standards, making development predictable and dependable. The bug in the URI template previously led to false validation failures or confusion over accepted formats. With 1.0.0-alpha4, these issues are behind us. ## Getting Started with 1.0.0-alpha4 -To start using the new release, you can access the updated documentation and schema through the official [Serverless Workflow GitHub repository](https://github.com/serverlessworkflow/specification). Follow the setup guide to integrate the updated specification into your environment. +To start using the new release, you can access the updated documentation and schema through the official [Serverless Workflow GitHub repository](https://github.com/open-workflow-specification/specification). Follow the setup guide to integrate the updated specification into your environment. ## What’s Next? The Serverless Workflow community is committed to continual improvement. This release lays the groundwork for more exciting features and enhancements in the future. Keep an eye out for updates, as the team is actively working on further refinements and new functionalities to make Serverless Workflows even more powerful and developer-friendly. ## Join the Community -As always, your feedback is invaluable! Join the discussion on [GitHub](https://github.com/serverlessworkflow/specification/discussions) or connect with other users in the Serverless Workflow community. Share your thoughts, report issues, and contribute to the ongoing evolution of the specification. +As always, your feedback is invaluable! Join the discussion on [GitHub](https://github.com/open-workflow-specification/specification/discussions) or connect with other users in the Serverless Workflow community. Share your thoughts, report issues, and contribute to the ongoing evolution of the specification. **Thank you for your continued support, and happy workflow building!** \ No newline at end of file diff --git a/src/content/blog/releases/release-1.0.0-alpha5.md b/src/content/blog/releases/release-1.0.0-alpha5.md index a23bcd0..9f3b3d7 100644 --- a/src/content/blog/releases/release-1.0.0-alpha5.md +++ b/src/content/blog/releases/release-1.0.0-alpha5.md @@ -12,4 +12,4 @@ We’re excited to announce the release of **Serverless Workflow Specification 1 Catalogs simplify workflow creation by promoting **reusability** and **consistency**. By storing frequently used resources in a catalog, developers can create cleaner, more modular workflows while reducing maintenance overhead. -**We look forward to seeing how you’ll use this new feature! Join the discussion on [GitHub](https://github.com/serverlessworkflow/specification/discussions) to share your feedback.** \ No newline at end of file +**We look forward to seeing how you’ll use this new feature! Join the discussion on [GitHub](https://github.com/open-workflow-specification/specification/discussions) to share your feedback.** \ No newline at end of file diff --git a/src/content/blog/releases/release-1.0.0.md b/src/content/blog/releases/release-1.0.0.md index fc62f86..734e319 100644 --- a/src/content/blog/releases/release-1.0.0.md +++ b/src/content/blog/releases/release-1.0.0.md @@ -28,6 +28,6 @@ It’s been half a decade since the first release of the **Serverless Workflow S ## 📢 Get Involved 📢 A heartfelt thank you to the entire community—contributors, maintainers, and adopters—who have shaped and refined this specification over the last five years. We couldn’t have done it without you! -- ➜ **Check out the Official Docs**: https://github.com/serverlessworkflow/specification/blob/main/README.md +- ➜ **Check out the Official Docs**: https://github.com/open-workflow-specification/specification/blob/main/README.md - ➜ **Join the Conversation**: https://cloud-native.slack.com/?redir=%2Fmessages%2Fserverless-workflow - ➜ **Contribute**: Your ideas, feedback, and experiences are what keep the Serverless Workflow Specification thriving. \ No newline at end of file diff --git a/src/content/blog/releases/release-sdk-go-3.0.0.md b/src/content/blog/releases/release-sdk-go-3.0.0.md index af266fb..18e1ad3 100644 --- a/src/content/blog/releases/release-sdk-go-3.0.0.md +++ b/src/content/blog/releases/release-sdk-go-3.0.0.md @@ -33,13 +33,13 @@ Upgrading to the new version is straightforward: 1. Update your project to use the new `v3` path: ```bash - go get github.com/serverlessworkflow/sdk-go/v3 + go get github.com/open-workflow-specification/sdk-go/v3 ``` -2. Update your code to accommodate the new DSL and schema changes. Refer to the updated [specification](https://github.com/serverlessworkflow/specification/tree/main/examples) for examples. +2. Update your code to accommodate the new DSL and schema changes. Refer to the updated [specification](https://github.com/open-workflow-specification/specification/tree/main/examples) for examples. 3. Run your tests and validate your workflows against the new schema to ensure a smooth transition. ## **Join the Community** -We are proud of what we’ve accomplished with version 3.0.0, and we’re excited to see how you will use it to create innovative solutions. Share your feedback, contributions, and ideas on our [GitHub issue page](https://github.com/serverlessworkflow/sdk-go/issues). +We are proud of what we’ve accomplished with version 3.0.0, and we’re excited to see how you will use it to create innovative solutions. Share your feedback, contributions, and ideas on our [GitHub issue page](https://github.com/open-workflow-specification/sdk-go/issues). diff --git a/src/content/blog/releases/release-sdk-go-4.0.0.md b/src/content/blog/releases/release-sdk-go-4.0.0.md index add1f1f..c464c8f 100644 --- a/src/content/blog/releases/release-sdk-go-4.0.0.md +++ b/src/content/blog/releases/release-sdk-go-4.0.0.md @@ -50,8 +50,8 @@ Upgrading from v3.x is straightforward — update your imports and run `go get`: ```go // Before - import "github.com/serverlessworkflow/sdk-go/v3/parser" - import "github.com/serverlessworkflow/sdk-go/v3/impl" + import "github.com/open-workflow-specification/sdk-go/v3/parser" + import "github.com/open-workflow-specification/sdk-go/v3/impl" // After import "github.com/open-workflow-specification/sdk-go/v4/parser" diff --git a/src/content/blog/releases/release-sdk-java-7.0.0-alpha1.md b/src/content/blog/releases/release-sdk-java-7.0.0-alpha1.md index 57095d5..66a67d3 100644 --- a/src/content/blog/releases/release-sdk-java-7.0.0-alpha1.md +++ b/src/content/blog/releases/release-sdk-java-7.0.0-alpha1.md @@ -10,7 +10,7 @@ description: > Hello, Serverless Workflow community! -We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: +We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/open-workflow-specification/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: ```java // Make sure simple.yaml is in your src/main/resources folder @@ -32,11 +32,11 @@ To install the SDK, simply add it as a dependency to your Maven project: With this release, the Java SDK fully supports serializing and deserializing workflows according to the new specification version. -We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/serverlessworkflow/sdk-java/milestone/1). +We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/open-workflow-specification/sdk-java/milestone/1). ### Previous Versions and Support for the Specification 0.8 -As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/serverlessworkflow/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. +As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/open-workflow-specification/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. For those interested in contributing to the 6.x series, which supports the legacy 0.9 version of the specification, we welcome your efforts. However, we want to emphasize that our primary focus and resources are dedicated to the new 1.0.0 specification, which aligns with the 7.x stream of the Java SDK. diff --git a/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.1.md b/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.1.md index f6fcc37..9d66b45 100644 --- a/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.1.md +++ b/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.1.md @@ -10,7 +10,7 @@ description: > Hello, Serverless Workflow community! -We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5.1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: +We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5.1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/open-workflow-specification/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: **Java SDK Example** ```java @@ -38,13 +38,13 @@ With this release, - Add ErrorFilter schema - We improve POJO generation from specification schema by: - Fix problem generating union classes related with Input/Output schema -- We substantially advance in the development of a [reference implementation](https://github.com/serverlessworkflow/sdk-java/issues/459), that will be properly documented when it reaches a more stable state. +- We substantially advance in the development of a [reference implementation](https://github.com/open-workflow-specification/sdk-java/issues/459), that will be properly documented when it reaches a more stable state. -We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/serverlessworkflow/sdk-java/milestone/1). +We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/open-workflow-specification/sdk-java/milestone/1). ### Previous Versions and Support for the Specification 0.8 -As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/serverlessworkflow/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. +As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/open-workflow-specification/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. For those interested in contributing to the 6.x series, which supports the legacy 0.9 version of the specification, we welcome your efforts. However, we want to emphasize that our primary focus and resources are dedicated to the new 1.0.0 specification, which aligns with the 7.x stream of the Java SDK. diff --git a/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.md b/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.md index 1de8088..af49ae9 100644 --- a/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.md +++ b/src/content/blog/releases/release-sdk-java-7.0.0-alpha5.md @@ -10,7 +10,7 @@ description: > Hello, Serverless Workflow community! -We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: +We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/open-workflow-specification/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: **Java SDK Example** ```java @@ -40,11 +40,11 @@ With this release, - assigning meaningful names by using schema titles. - We start the development of a reference implementation, that will be properly documented when it reaches a more stable state. -We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/serverlessworkflow/sdk-java/milestone/1). +We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/open-workflow-specification/sdk-java/milestone/1). ### Previous Versions and Support for the Specification 0.8 -As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/serverlessworkflow/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. +As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/open-workflow-specification/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. For those interested in contributing to the 6.x series, which supports the legacy 0.9 version of the specification, we welcome your efforts. However, we want to emphasize that our primary focus and resources are dedicated to the new 1.0.0 specification, which aligns with the 7.x stream of the Java SDK. diff --git a/src/content/blog/releases/release-sdk-java-7.0.0.md b/src/content/blog/releases/release-sdk-java-7.0.0.md index f430165..556a5a5 100644 --- a/src/content/blog/releases/release-sdk-java-7.0.0.md +++ b/src/content/blog/releases/release-sdk-java-7.0.0.md @@ -15,7 +15,7 @@ We're excited to announce the release of the latest Java SDK, version 7.0.0, whi ## Java SDK example -You can dive right in using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: +You can dive right in using [one of the examples](https://github.com/open-workflow-specification/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: To use the SDK, simply add it as a dependency to your Maven project: @@ -40,7 +40,7 @@ try (InputStream in = new FileInputStream("simple.yaml")) { ## Java Reference implementation example -You can dive right in using [one of the examples](https://github.com/serverlessworkflow/sdk-java/tree/main/examples) available in the implementation repository or by checking the [README](https://github.com/serverlessworkflow/sdk-java/tree/main/impl). +You can dive right in using [one of the examples](https://github.com/open-workflow-specification/sdk-java/tree/main/examples) available in the implementation repository or by checking the [README](https://github.com/open-workflow-specification/sdk-java/tree/main/impl). Here's a quick example to get you started: @@ -75,16 +75,16 @@ In this release: - We updated the latest schema revision. - We improved POJO generation from specification schema by: - Fixing generation of POJOs related to the `EventComsuption` strategy. -- We released the first documented version of the [reference implementation](https://github.com/serverlessworkflow/sdk-java/tree/main/impl), completing [phase 1](https://github.com/serverlessworkflow/sdk-java/issues/459). +- We released the first documented version of the [reference implementation](https://github.com/open-workflow-specification/sdk-java/tree/main/impl), completing [phase 1](https://github.com/open-workflow-specification/sdk-java/issues/459). ### Future plans -Check out our roadmap [here](https://github.com/serverlessworkflow/sdk-java/milestone/2) +Check out our roadmap [here](https://github.com/open-workflow-specification/sdk-java/milestone/2) ### Previous Versions and Support for the Specification 0.8 -As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/serverlessworkflow/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. +As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/open-workflow-specification/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. For those interested in contributing to the 6.x series, which supports the legacy 0.9 version of the specification, we welcome your efforts. However, we want to emphasize that our primary focus and resources are dedicated to the new 1.0.0 specification, which aligns with the 7.x stream of the Java SDK. diff --git a/src/content/blog/releases/release-sdk-java-7.1.0.md b/src/content/blog/releases/release-sdk-java-7.1.0.md index e1ea3c9..7737e56 100644 --- a/src/content/blog/releases/release-sdk-java-7.1.0.md +++ b/src/content/blog/releases/release-sdk-java-7.1.0.md @@ -15,7 +15,7 @@ We're excited to announce the release of the latest Java SDK, version 7.1.0, whi ## Java SDK example -You can dive right in using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: +You can dive right in using [one of the examples](https://github.com/open-workflow-specification/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started: To use the SDK, simply add it as a dependency to your Maven project: @@ -40,7 +40,7 @@ try (InputStream in = new FileInputStream("simple.yaml")) { ## Java Reference implementation example -You can dive right in using [one of the examples](https://github.com/serverlessworkflow/sdk-java/tree/main/examples) available in the implementation repository or by checking the [README](https://github.com/serverlessworkflow/sdk-java/tree/main/impl). +You can dive right in using [one of the examples](https://github.com/open-workflow-specification/sdk-java/tree/main/examples) available in the implementation repository or by checking the [README](https://github.com/open-workflow-specification/sdk-java/tree/main/impl). Here's a quick example to get you started: @@ -73,18 +73,18 @@ try (WorkflowApplication appl = WorkflowApplication.builder().build()) { In this release: - We updated the latest schema revision, which include these breaking changes - - https://github.com/serverlessworkflow/specification/issues/1087 - - https://github.com/serverlessworkflow/specification/issues/1076 - - https://github.com/serverlessworkflow/specification/issues/1079 + - https://github.com/open-workflow-specification/specification/issues/1087 + - https://github.com/open-workflow-specification/specification/issues/1076 + - https://github.com/open-workflow-specification/specification/issues/1079 ### Future plans -Check out our roadmap [here](https://github.com/serverlessworkflow/sdk-java/milestone/2) +Check out our roadmap [here](https://github.com/open-workflow-specification/sdk-java/milestone/2) ### Previous Versions and Support for the Specification 0.8 -As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/serverlessworkflow/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. +As we move forward, if you encounter any issues with the 5.x series, which supports Specification 0.8, please [open an issue in our repository](https://github.com/open-workflow-specification/sdk-java/issues) so we can track it. While we may release patch versions to address critical issues, please note that no new features will be added, and our resources for maintaining this branch are limited. For those interested in contributing to the 6.x series, which supports the legacy 0.9 version of the specification, we welcome your efforts. However, we want to emphasize that our primary focus and resources are dedicated to the new 1.0.0 specification, which aligns with the 7.x stream of the Java SDK. diff --git a/src/content/blog/releases/release-sdk-java-7.2.0.md b/src/content/blog/releases/release-sdk-java-7.2.0.md index 4512719..3de6f45 100644 --- a/src/content/blog/releases/release-sdk-java-7.2.0.md +++ b/src/content/blog/releases/release-sdk-java-7.2.0.md @@ -10,7 +10,7 @@ description: >- Hello, Serverless Workflow community! We’re excited to announce **Java SDK 7.2.0.Final**, aligned with **Serverless Workflow Specification 1.0.0**. This release strengthens the developer experience with a **Fluent DSL**, lifecycle hooks, richer HTTP authentication, and numerous quality and dependency updates. -👉 Full release notes: [GitHub – 7.2.0.Final](https://github.com/serverlessworkflow/sdk-java/releases/tag/7.2.0.Final) +👉 Full release notes: [GitHub – 7.2.0.Final](https://github.com/open-workflow-specification/sdk-java/releases/tag/7.2.0.Final) --- @@ -99,14 +99,14 @@ String mermaid = new Mermaid().from(wf); Path out = MermaidInk.render(mermaid, true, Path.of("workflow.svg")); // true = svg ``` -> API is evolving; see the [Mermaid module README](https://github.com/serverlessworkflow/sdk-java/tree/main/mermaid) for the latest usage. +> API is evolving; see the [Mermaid module README](https://github.com/open-workflow-specification/sdk-java/tree/main/mermaid) for the latest usage. --- ## Try the examples -* Spec examples: [https://github.com/serverlessworkflow/specification/tree/main/examples](https://github.com/serverlessworkflow/specification/tree/main/examples) -* SDK examples: [https://github.com/serverlessworkflow/sdk-java/tree/main/examples](https://github.com/serverlessworkflow/sdk-java/tree/main/examples) +* Spec examples: [https://github.com/open-workflow-specification/specification/tree/main/examples](https://github.com/open-workflow-specification/specification/tree/main/examples) +* SDK examples: [https://github.com/open-workflow-specification/sdk-java/tree/main/examples](https://github.com/open-workflow-specification/sdk-java/tree/main/examples) > Note: Example modules are not published to Maven Central; build locally to try them. @@ -114,7 +114,7 @@ Path out = MermaidInk.render(mermaid, true, Path.of("workflow.svg")); // true = ## Roadmap & community -* Roadmap/Milestone: [https://github.com/serverlessworkflow/sdk-java/milestone/2](https://github.com/serverlessworkflow/sdk-java/milestone/2) -* Issues/feedback: [https://github.com/serverlessworkflow/sdk-java/issues](https://github.com/serverlessworkflow/sdk-java/issues) +* Roadmap/Milestone: [https://github.com/open-workflow-specification/sdk-java/milestone/2](https://github.com/open-workflow-specification/sdk-java/milestone/2) +* Issues/feedback: [https://github.com/open-workflow-specification/sdk-java/issues](https://github.com/open-workflow-specification/sdk-java/issues) Thank you to all contributors who helped shape this release. 🎉 diff --git a/src/content/blog/releases/release-sdk-rust.md b/src/content/blog/releases/release-sdk-rust.md index 335f026..5986a77 100644 --- a/src/content/blog/releases/release-sdk-rust.md +++ b/src/content/blog/releases/release-sdk-rust.md @@ -25,7 +25,7 @@ Alternatively, you can add it directly via Cargo: cargo add serverless-workflow-sdk@1.0.0-alpha6 ``` -For more information and examples, check out the [GitHub repository](https://github.com/serverlessworkflow/sdk-rust). +For more information and examples, check out the [GitHub repository](https://github.com/open-workflow-specification/sdk-rust). ## What’s Included? @@ -42,7 +42,7 @@ As we move toward the full `v1.0.0` release, our focus will be on: - Ensuring compatibility with the latest Serverless Workflow specification. - Incorporating community feedback to improve the developer experience. -Your input is crucial to making the Rust SDK robust and production-ready. Please share your feedback, report issues, or contribute by visiting our [GitHub repository](https://github.com/serverlessworkflow/sdk-rust). +Your input is crucial to making the Rust SDK robust and production-ready. Please share your feedback, report issues, or contribute by visiting our [GitHub repository](https://github.com/open-workflow-specification/sdk-rust). ## Join the Conversation diff --git a/src/content/blog/releases/release-sdk-typescript-1.0.0-alpha5.md b/src/content/blog/releases/release-sdk-typescript-1.0.0-alpha5.md index 014cab2..86a38e3 100644 --- a/src/content/blog/releases/release-sdk-typescript-1.0.0-alpha5.md +++ b/src/content/blog/releases/release-sdk-typescript-1.0.0-alpha5.md @@ -18,7 +18,7 @@ To start using `v1.0.0-alpha5.0`, you can install it via NPM under the correct o npm install @serverlessworkflow/sdk@1.0.0-alpha5.0 ``` -For detailed information on how to get started with the SDK, visit the [GitHub repository](https://github.com/serverlessworkflow/sdk-typescript). +For detailed information on how to get started with the SDK, visit the [GitHub repository](https://github.com/open-workflow-specification/sdk-typescript). ## What’s Next? We are actively working toward the full 1.0.0 release, which will feature comprehensive support for the finalized Serverless Workflow v1.0.0 specification. diff --git a/src/content/blog/releases/release-sdk-typescript-1.0.1.md b/src/content/blog/releases/release-sdk-typescript-1.0.1.md index 3fb455e..04629d1 100644 --- a/src/content/blog/releases/release-sdk-typescript-1.0.1.md +++ b/src/content/blog/releases/release-sdk-typescript-1.0.1.md @@ -117,5 +117,5 @@ const graph = buildGraph(workflow); The latest version of the Serverless Workflow TypeScript SDK makes it easier than ever to visualize and analyze workflows. We invite you to install the update and try out the new features. -🔗 **Repository:** [Serverless Workflow TypeScript SDK](https://github.com/serverlessworkflow/sdk-typescript) +🔗 **Repository:** [Serverless Workflow TypeScript SDK](https://github.com/open-workflow-specification/sdk-typescript) diff --git a/src/content/blog/releases/release-sdk-typescript-legacy.md b/src/content/blog/releases/release-sdk-typescript-legacy.md index 4de51d5..743a7f3 100644 --- a/src/content/blog/releases/release-sdk-typescript-legacy.md +++ b/src/content/blog/releases/release-sdk-typescript-legacy.md @@ -14,7 +14,7 @@ I'm excited to share some important updates regarding the TypeScript SDK for the For those of you who have been working with version 0.9 of the spec and wish to continue using it, we've created a **legacy branch** in our GitHub repository. This branch is for developers who want to maintain the older version, even though our organization will not officially support it moving forward. -You can find the legacy branch here: [Serverless Workflow TypeScript SDK - Legacy spec 0.9 Branch](https://github.com/serverlessworkflow/sdk-typescript/tree/legacy-spec-0.9) +You can find the legacy branch here: [Serverless Workflow TypeScript SDK - Legacy spec 0.9 Branch](https://github.com/open-workflow-specification/sdk-typescript/tree/legacy-spec-0.9) ### NPM Package for the Legacy Version @@ -32,7 +32,7 @@ This package will retain the older naming and organizational structure to mainta Moving forward, all new packages will be released under the correct (organization) name `@serverlessworkflow/sdk`. This change not only corrects a previous error but also aligns with the updated versioning of the spec. -The version 1.0.0-alpha is still a [work in progress](https://github.com/serverlessworkflow/sdk-typescript/pull/188). It will be released once it is ready and will feature all the enhancements and updates introduced with the rewritten specification. +The version 1.0.0-alpha is still a [work in progress](https://github.com/open-workflow-specification/sdk-typescript/pull/188). It will be released once it is ready and will feature all the enhancements and updates introduced with the rewritten specification. ## Why This Matters diff --git a/src/content/examples/raise.md b/src/content/examples/raise.md index ad7b419..190e038 100644 --- a/src/content/examples/raise.md +++ b/src/content/examples/raise.md @@ -10,7 +10,7 @@ do: - notImplemented: raise: error: - type: https://serverlessworkflow.io/errors/not-implemented + type: https://open-workflow-specification.org/errors/not-implemented status: 500 title: Not Implemented detail: ${ "The workflow '\( $workflow.definition.document.name ):\( $workflow.definition.document.version )' is a work in progress and cannot be run yet" } \ No newline at end of file diff --git a/src/content/examples/try.md b/src/content/examples/try.md index faed27c..dad031d 100644 --- a/src/content/examples/try.md +++ b/src/content/examples/try.md @@ -17,7 +17,7 @@ do: catch: errors: with: - type: https://serverlessworkflow.io/spec/1.0.0/errors/communication + type: https://open-workflow-specification.org/spec/1.0.0/errors/communication status: 404 as: error do: diff --git a/src/content/spec/1.0.0/errors/authentication.json b/src/content/spec/1.0.0/errors/authentication.json index 5e0f548..a362fd3 100644 --- a/src/content/spec/1.0.0/errors/authentication.json +++ b/src/content/spec/1.0.0/errors/authentication.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/authentication", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/authentication", "description": "Errors related to authentication failures.", "status": 401 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/authorization.json b/src/content/spec/1.0.0/errors/authorization.json index 39e86e4..6e4e21d 100644 --- a/src/content/spec/1.0.0/errors/authorization.json +++ b/src/content/spec/1.0.0/errors/authorization.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/authorization", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/authorization", "description": "Errors related to unauthorized access attempts or insufficient permissions to perform certain actions within the workflow.", "status": 403 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/communication.json b/src/content/spec/1.0.0/errors/communication.json index 5527e35..bf54287 100644 --- a/src/content/spec/1.0.0/errors/communication.json +++ b/src/content/spec/1.0.0/errors/communication.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/communication", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/communication", "description": "Errors encountered while communicating with external services, including network errors, service unavailable, or invalid responses.", "status": 500 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/configuration.json b/src/content/spec/1.0.0/errors/configuration.json index 929fb89..ce174fd 100644 --- a/src/content/spec/1.0.0/errors/configuration.json +++ b/src/content/spec/1.0.0/errors/configuration.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/configuration", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/configuration", "description": "Errors resulting from incorrect or invalid configuration settings, such as missing or misconfigured environment variables, incorrect parameter values, or configuration file errors.", "status": 400 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/expression.json b/src/content/spec/1.0.0/errors/expression.json index fdb48b8..c35606b 100644 --- a/src/content/spec/1.0.0/errors/expression.json +++ b/src/content/spec/1.0.0/errors/expression.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/expression", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/expression", "description": "Errors occurring during the evaluation of runtime expressions, such as invalid syntax or unsupported operations.", "status": 400 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/runtime.json b/src/content/spec/1.0.0/errors/runtime.json index d085429..47a06d9 100644 --- a/src/content/spec/1.0.0/errors/runtime.json +++ b/src/content/spec/1.0.0/errors/runtime.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/runtime", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/runtime", "description": "Errors occurring during the runtime execution of a workflow, including unexpected exceptions, errors related to resource allocation, or failures in handling workflow tasks. These errors typically occur during the actual execution of workflow components and may require runtime-specific handling and resolution strategies.", "status": 500 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/timeout.json b/src/content/spec/1.0.0/errors/timeout.json index a5b7d8c..7a50b51 100644 --- a/src/content/spec/1.0.0/errors/timeout.json +++ b/src/content/spec/1.0.0/errors/timeout.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/timeout", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/timeout", "description": "Errors caused by timeouts during the execution of tasks or during interactions with external services.", "status": 408 } \ No newline at end of file diff --git a/src/content/spec/1.0.0/errors/validation.json b/src/content/spec/1.0.0/errors/validation.json index 17a3340..b6b61d4 100644 --- a/src/content/spec/1.0.0/errors/validation.json +++ b/src/content/spec/1.0.0/errors/validation.json @@ -1,5 +1,5 @@ { - "type": "https://serverlessworkflow.io/spec/1.0.0/errors/validation", + "type": "https://open-workflow-specification.org/spec/1.0.0/errors/validation", "description": "Errors arising from validation processes, such as validation of input data, schema validation failures, or validation constraints not being met. These errors indicate that the provided data or configuration does not adhere to the expected format or requirements specified by the workflow.", "status": 400 } \ No newline at end of file