diff --git a/examples/try-catch-retry-inline.yaml b/examples/try-catch-retry-inline.yaml index 5e65bf70..3712f6f4 100644 --- a/examples/try-catch-retry-inline.yaml +++ b/examples/try-catch-retry-inline.yaml @@ -14,7 +14,7 @@ do: catch: errors: with: - type: https://serverlessworkflow.io.io/dsl/errors/types/communication + type: https://serverlessworkflow.io/spec/1.0.0/errors/communication status: 503 retry: delay: diff --git a/examples/try-catch-retry-reusable.yaml b/examples/try-catch-retry-reusable.yaml index bf7912d4..4f919d24 100644 --- a/examples/try-catch-retry-reusable.yaml +++ b/examples/try-catch-retry-reusable.yaml @@ -24,7 +24,7 @@ do: catch: errors: with: - type: https://serverlessworkflow.io.io/dsl/errors/types/communication + type: https://serverlessworkflow.io/spec/1.0.0/errors/communication status: 503 retry: default \ No newline at end of file diff --git a/examples/try-catch-then.yaml b/examples/try-catch-then.yaml index b157e642..db33f2b6 100644 --- a/examples/try-catch-then.yaml +++ b/examples/try-catch-then.yaml @@ -14,7 +14,7 @@ do: catch: errors: with: - type: https://serverlessworkflow.io.io/dsl/errors/types/communication + type: https://serverlessworkflow.io/spec/1.0.0/errors/communication status: 404 as: error do: diff --git a/examples/try-catch.yaml b/examples/try-catch.yaml index 48b903db..8294433c 100644 --- a/examples/try-catch.yaml +++ b/examples/try-catch.yaml @@ -14,5 +14,5 @@ do: catch: errors: with: - type: https://serverlessworkflow.io.io/dsl/errors/types/communication + type: https://serverlessworkflow.io/spec/1.0.0/errors/communication status: 404 \ No newline at end of file