Skip to content

Commit 933e571

Browse files
authored
Fix schema ids and specVersion prop value (#387)
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent ff40d5a commit 933e571

15 files changed

+106
-106
lines changed

comparisons/comparison-argo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
id: hello-world-parameters
7878
name: Hello World with parameters
7979
version: '1.0'
80-
specVersion: '0.6'
80+
specVersion: '0.7'
8181
start: whalesay
8282
functions:
8383
- name: whalesayimage
@@ -156,7 +156,7 @@ spec:
156156
id: hello-hello-hello
157157
name: Multi Step Hello
158158
version: '1.0'
159-
specVersion: '0.6'
159+
specVersion: '0.7'
160160
start: hello1
161161
functions:
162162
- name: whalesayimage
@@ -258,7 +258,7 @@ spec:
258258
id: dag-diamond-
259259
name: DAG Diamond Example
260260
version: '1.0'
261-
specVersion: '0.6'
261+
specVersion: '0.7'
262262
start: A
263263
functions:
264264
- name: echo
@@ -377,7 +377,7 @@ spec:
377377
id: scripts-bash-
378378
name: Scripts and Results Example
379379
version: '1.0'
380-
specVersion: '0.6'
380+
specVersion: '0.7'
381381
start: generate
382382
functions:
383383
- name: gen-random-int-bash
@@ -473,7 +473,7 @@ spec:
473473
id: loops-
474474
name: Loop over data example
475475
version: '1.0'
476-
specVersion: '0.6'
476+
specVersion: '0.7'
477477
start: injectdata
478478
functions:
479479
- name: whalesay
@@ -568,7 +568,7 @@ spec:
568568
id: coinflip-
569569
name: Conditionals Example
570570
version: '1.0'
571-
specVersion: '0.6'
571+
specVersion: '0.7'
572572
start: flip-coin
573573
functions:
574574
- name: flip-coin-function
@@ -661,7 +661,7 @@ spec:
661661
id: retry-backoff-
662662
name: Retry Example
663663
version: '1.0'
664-
specVersion: '0.6'
664+
specVersion: '0.7'
665665
start: retry-backoff
666666
functions:
667667
- name: fail-function
@@ -751,7 +751,7 @@ spec:
751751
id: coinflip-recursive-
752752
name: Recursion Example
753753
version: '1.0'
754-
specVersion: '0.6'
754+
specVersion: '0.7'
755755
start: flip-coin-state
756756
functions:
757757
- name: heads-function
@@ -861,7 +861,7 @@ spec:
861861
id: exit-handlers-
862862
name: Exit/Error Handling Example
863863
version: '1.0'
864-
specVersion: '0.6'
864+
specVersion: '0.7'
865865
start: intentional-fail-state
866866
functions:
867867
- name: intentional-fail-function

comparisons/comparison-bpmn.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For this reason, the event, function, retry, and data mapping defined in the ass
5353
id: processfile
5454
name: Process File Workflow
5555
version: '1.0'
56-
specVersion: '0.6'
56+
specVersion: '0.7'
5757
start: Process File
5858
states:
5959
- name: Process File
@@ -89,7 +89,7 @@ functions:
8989
id: processapplication
9090
name: Process Application
9191
version: '1.0'
92-
specVersion: '0.6'
92+
specVersion: '0.7'
9393
start: ProcessNewApplication
9494
states:
9595
- name: ProcessNewApplication
@@ -143,7 +143,7 @@ events:
143143
id: simplecompensation
144144
name: Simple Compensation
145145
version: '1.0'
146-
specVersion: '0.6'
146+
specVersion: '0.7'
147147
start: Step 1
148148
states:
149149
- name: Step 1
@@ -204,7 +204,7 @@ functions:
204204
id: errorwithretries
205205
name: Error Handling With Retries Workflow
206206
version: '1.0'
207-
specVersion: '0.6'
207+
specVersion: '0.7'
208208
start: Make Coffee
209209
states:
210210
- name: Make Coffee
@@ -262,7 +262,7 @@ functions:
262262
id: executiontimeout
263263
name: Execution Timeout Workflow
264264
version: '1.0'
265-
specVersion: '0.6'
265+
specVersion: '0.7'
266266
start: Purchase Parts
267267
execTimeout:
268268
duration: PT7D
@@ -315,7 +315,7 @@ functions:
315315
id: foreachWorkflow
316316
name: ForEach State Workflow
317317
version: '1.0'
318-
specVersion: '0.6'
318+
specVersion: '0.7'
319319
start: ForEachItem
320320
states:
321321
- name: ForEachItem
@@ -354,7 +354,7 @@ a starting "operation" state transitioning to an "event" state which waits for t
354354
id: subflowloop
355355
name: SubFlow Loop Workflow
356356
version: '1.0'
357-
specVersion: '0.6'
357+
specVersion: '0.7'
358358
start: SubflowRepeat
359359
states:
360360
- name: SubflowRepeat
@@ -404,7 +404,7 @@ control-flow logic to check email and make a decision to reply to it or wait an
404404
id: approvereport
405405
name: Approve Report Workflow
406406
version: '1.0'
407-
specVersion: '0.6'
407+
specVersion: '0.7'
408408
start: Approve Report
409409
states:
410410
- name: Approve Report
@@ -467,7 +467,7 @@ functions:
467467
id: eventdecision
468468
name: Event Decision workflow
469469
version: '1.0'
470-
specVersion: '0.6'
470+
specVersion: '0.7'
471471
start: A
472472
states:
473473
- name: A

comparisons/comparison-brigade.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function exec(e, p) {
6565
id: greeting
6666
name: Greeting Workflow
6767
version: '1.0'
68-
specVersion: '0.6'
68+
specVersion: '0.7'
6969
start: GreetingState
7070
events:
7171
- name: execEvent
@@ -145,7 +145,7 @@ async function exec(e, p) {
145145
id: greetingwitherrorcheck
146146
name: Greeting Workflow With Error Check
147147
version: '1.0'
148-
specVersion: '0.6'
148+
specVersion: '0.7'
149149
start: GreetingState
150150
events:
151151
- name: execEvent
@@ -229,7 +229,7 @@ events.on("push", () => {
229229
id: multieventworkflow
230230
name: Multiple Events Workflow
231231
version: '1.0'
232-
specVersion: '0.6'
232+
specVersion: '0.7'
233233
start: GreetingState
234234
events:
235235
- name: execEvent
@@ -314,7 +314,7 @@ events.on("exec", () => {
314314
id: groupActionsWorkflow
315315
name: Group Actions Workflow
316316
version: '1.0'
317-
specVersion: '0.6'
317+
specVersion: '0.7'
318318
start: FirstGreetGroup
319319
events:
320320
- name: execEvent
@@ -393,7 +393,7 @@ events.on("exec", (e, p) => {
393393
id: eventDataWorkflow
394394
name: Event Data Workflow
395395
version: '1.0'
396-
specVersion: '0.6'
396+
specVersion: '0.7'
397397
start: LogEventData
398398
events:
399399
- name: execEvent
@@ -470,7 +470,7 @@ events.on("exec", (e, p) => {
470470
id: actionResultsWorkflow
471471
name: Action Results Workflow
472472
version: '1.0'
473-
specVersion: '0.6'
473+
specVersion: '0.7'
474474
start: ExecActionsAndStoreResults
475475
events:
476476
- name: execEvent
@@ -561,7 +561,7 @@ events.on("next", (e) => {
561561
id: eventDataWorkflow
562562
name: Event Data Workflow
563563
version: '1.0'
564-
specVersion: '0.6'
564+
specVersion: '0.7'
565565
start: ExecEventState
566566
events:
567567
- name: execEvent

comparisons/comparison-cadence.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class TripBookingWorkflowImpl implements TripBookingWorkflow {
8383
id: tripbookingwithcompensation
8484
name: Trip Booking With Compensation
8585
version: '1.0'
86-
specVersion: '0.6'
86+
specVersion: '0.7'
8787
start: BookTrip
8888
states:
8989
- name: BookTrip
@@ -192,7 +192,7 @@ public class FileProcessingWorkflowImpl implements FileProcessingWorkflow {
192192
id: fileprocessingwithretries
193193
name: File Processing Workflow With Retries
194194
version: '1.0'
195-
specVersion: '0.6'
195+
specVersion: '0.7'
196196
start: ProcessAndUpload
197197
states:
198198
- name: ProcessAndUpload
@@ -297,7 +297,7 @@ public static class GreetingWorkflowImpl implements GreetingWorkflow {
297297
id: subflowgreeting
298298
name: SubFlow Greeting Workflow
299299
version: '1.0'
300-
specVersion: '0.6'
300+
specVersion: '0.7'
301301
start: GreetingSubFlow
302302
states:
303303
- name: GreetingSubFlow

comparisons/comparison-google-cloud-workflows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ languages.
8686
{
8787
"id": "greetingwithargs",
8888
"name": "Greeting With Args",
89-
"specVersion": "0.6",
89+
"specVersion": "0.7",
9090
"start": "Set Output",
9191
"states": [
9292
{
@@ -195,7 +195,7 @@ instance is created. See the Serverless Workflow ["Workflow Data"](../specificat
195195
"id": "concatarray",
196196
"name": "Concatenating array values",
197197
"start": "DoConcat",
198-
"specVersion": "0.6",
198+
"specVersion": "0.7",
199199
"states": [
200200
{
201201
"name": "DoConcat",
@@ -285,7 +285,7 @@ array values, however it would just unnecessarily complicate things.
285285
{
286286
"id": "stopcomputeengine",
287287
"name": "Stop Compute Engine",
288-
"specVersion": "0.6",
288+
"specVersion": "0.7",
289289
"start": "DoStop",
290290
"states": [
291291
{
@@ -416,7 +416,7 @@ as service invocations, where as Google Workflow uses the "call" keyword.
416416
{
417417
"id": "publishtotopicwitherrorhandling",
418418
"name": "Publish To Topic With Error Handling",
419-
"specVersion": "0.6",
419+
"specVersion": "0.7",
420420
"start": "DoPublish",
421421
"states": [
422422
{
@@ -580,7 +580,7 @@ to interested parties via events (CloudEvents specification format), which we ar
580580
"id": "errorhandlingwithretries",
581581
"name": "Error Handling with Retries",
582582
"start": "ReadItem",
583-
"specVersion": "0.6",
583+
"specVersion": "0.7",
584584
"states": [
585585
{
586586
"name": "ReadItem",

comparisons/comparison-temporal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public class HelloActivity {
133133
"id": "HelloActivityRetry",
134134
"name": "Hello Activity Workflow",
135135
"version": "1.0",
136-
"specVersion": "0.6",
136+
"specVersion": "0.7",
137137
"start": "GreetingState",
138138
"states": [
139139
{
@@ -269,7 +269,7 @@ public class HelloActivity {
269269
"id": "HelloCron",
270270
"name": "Hello Activity with Cron Workflow",
271271
"version": "1.0",
272-
"specVersion": "0.6",
272+
"specVersion": "0.7",
273273
"start": {
274274
"stateName": "GreetingState",
275275
"schedule": {
@@ -454,7 +454,7 @@ public class HelloActivity {
454454
"id": "HelloSaga",
455455
"name": "Hello SAGA compensation Workflow",
456456
"version": "1.0",
457-
"specVersion": "0.6",
457+
"specVersion": "0.7",
458458
"start": "ExecuteState",
459459
"states": [
460460
{
@@ -611,7 +611,7 @@ public class HelloActivityRetry {
611611
"id": "HelloActivityRetry",
612612
"name": "Hello Activity with Retries Workflow",
613613
"version": "1.0",
614-
"specVersion": "0.6",
614+
"specVersion": "0.7",
615615
"start": "GreetingState",
616616
"states": [
617617
{

0 commit comments

Comments
 (0)