Skip to content

Commit e8ed64b

Browse files
Merge pull request #824 from fjtirado/Fix_#742
[Fix #742] Id, key and name refactor
2 parents 7ae6420 + 877816f commit e8ed64b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+98
-156
lines changed

.ci/validation/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export module SWSchemaValidator {
2525
addFormats(ajv)
2626

2727

28-
const workflowSchemaId = 'https://serverlessworkflow.io/schemas/0.8/workflow.json'
28+
const workflowSchemaId = 'https://serverlessworkflow.io/schemas/0.9/workflow.json'
2929
const schemaPath = '../../../schema'
3030
export const defaultEncoding = 'utf-8'
3131

examples/accumulate-room-readings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"id": "roomreadings",
3-
"name": "roomreadings",
2+
"name": "room-readings",
43
"description": "Room Temp and Humidity Workflow",
54
"version": "1.0.0",
65
"specVersion": "0.8",

examples/applicant-request-decision.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "applicantrequest",
32
"version": "1.0.0",
43
"specVersion": "0.8",
54
"name": "applicant-request-decision-workflow",

examples/async-function-invocation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "sendcustomeremail",
32
"version": "1.0.0",
43
"specVersion": "0.8",
54
"name": "send-customer-email-workflow",

examples/async-subflow-invocation.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "onboardcustomer",
32
"version": "1.0.0",
43
"specVersion": "0.8",
54
"name": "onboard-customer",

examples/book-lending.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"id": "booklending",
3-
"name": "booklending",
2+
"name": "book-lending",
43
"description": "Book Lending Workflow",
54
"version": "1.0.0",
65
"specVersion": "0.8",

examples/car-vitals-checks-subflow.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"id": "vitalscheck",
3-
"name": "vitalscheck",
2+
"name": "vitals-check",
43
"description": "Car Vitals Check",
54
"version": "1.0.0",
65
"specVersion": "0.8",

examples/car-vitals-checks.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"id": "checkcarvitals",
3-
"name": "checkcarvitals",
2+
"name": "check-car-vitals",
43
"description": "Check Car Vitals Workflow",
54
"version": "1.0.0",
65
"specVersion": "0.8",

examples/check-inbox-periodically.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"id": "check-inbox",
32
"name": "check-inbox",
43
"version": "1.0.0",
54
"specVersion": "0.8",

examples/continuing-as-a-new-execution.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"id": "notifycustomerworkflow",
3-
"name": "notifycustomerworkflow",
2+
"name": "notify-customer-workflow",
43
"description": "Notify Customer",
54
"version": "1.0.0",
65
"specVersion": "0.8",

0 commit comments

Comments
 (0)