@@ -37,7 +37,7 @@ Serverless Workflow specification part.
37
37
38
38
### Hello World With Parameters
39
39
40
- [ Argo Example] ( https://github.com/argoproj/argo/tree/master/examples#parameters )
40
+ [ Argo Example] ( https://github.com/argoproj/argo-workflows /tree/master/examples#parameters )
41
41
42
42
<table >
43
43
<tr >
@@ -101,7 +101,7 @@ states:
101
101
102
102
### Multi Step Workflow
103
103
104
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#steps)
104
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#steps)
105
105
106
106
<table>
107
107
<tr>
@@ -197,7 +197,7 @@ states:
197
197
198
198
### Directed Acyclic Graph
199
199
200
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#dag)
200
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#dag)
201
201
202
202
*Note*: Even tho this example can be described (has a single
203
203
starting task) using the specification, the spec does not currently support multiple
@@ -307,7 +307,7 @@ states:
307
307
308
308
### Scripts And Results
309
309
310
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#scripts--results)
310
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#scripts--results)
311
311
312
312
<table>
313
313
<tr>
@@ -426,7 +426,7 @@ states:
426
426
427
427
### Loops
428
428
429
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#loops)
429
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#loops)
430
430
431
431
<table>
432
432
<tr>
@@ -507,7 +507,7 @@ states:
507
507
508
508
### Conditionals
509
509
510
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#conditionals)
510
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#conditionals)
511
511
512
512
<table>
513
513
<tr>
@@ -619,7 +619,7 @@ states:
619
619
620
620
### Retrying Failed Steps
621
621
622
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#retrying-failed-or-errored-steps)
622
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#retrying-failed-or-errored-steps)
623
623
624
624
<table>
625
625
<tr>
@@ -697,7 +697,7 @@ states:
697
697
698
698
### Recursion
699
699
700
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#recursion)
700
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#recursion)
701
701
702
702
<table>
703
703
<tr>
@@ -795,7 +795,7 @@ states:
795
795
796
796
### Exit Handlers
797
797
798
- [Argo Example](https://github.com/argoproj/argo/tree/master/examples#exit-handlers)
798
+ [Argo Example](https://github.com/argoproj/argo-workflows /tree/master/examples#exit-handlers)
799
799
800
800
*Note*: With Serverless Workflow specification we can handle Argos "onExit" functionality
801
801
in a couple of ways. One is the "onErrors" functionality to define errors and transition to the parts
0 commit comments