Skip to content

Commit 619fe91

Browse files
Merge pull request #1038 from fjtirado/Fix_#1037
[Fix #1037] Aligning examples errors with spec
2 parents 9e2744e + 902deb3 commit 619fe91

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/try-catch-retry-inline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do:
1414
catch:
1515
errors:
1616
with:
17-
type: https://serverlessworkflow.io.io/dsl/errors/types/communication
17+
type: https://serverlessworkflow.io/spec/1.0.0/errors/communication
1818
status: 503
1919
retry:
2020
delay:

examples/try-catch-retry-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ do:
2424
catch:
2525
errors:
2626
with:
27-
type: https://serverlessworkflow.io.io/dsl/errors/types/communication
27+
type: https://serverlessworkflow.io/spec/1.0.0/errors/communication
2828
status: 503
2929
retry: default
3030

examples/try-catch-then.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do:
1414
catch:
1515
errors:
1616
with:
17-
type: https://serverlessworkflow.io.io/dsl/errors/types/communication
17+
type: https://serverlessworkflow.io/spec/1.0.0/errors/communication
1818
status: 404
1919
as: error
2020
do:

examples/try-catch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ do:
1414
catch:
1515
errors:
1616
with:
17-
type: https://serverlessworkflow.io.io/dsl/errors/types/communication
17+
type: https://serverlessworkflow.io/spec/1.0.0/errors/communication
1818
status: 404

0 commit comments

Comments
 (0)