Skip to content

Commit

Permalink
Fix notification spec file
Browse files Browse the repository at this point in the history
Signed-off-by: gabriel-farache <[email protected]>
  • Loading branch information
gabriel-farache committed Dec 2, 2024
1 parent f8bcd9a commit 707c9a2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion workflows/create-ocp-project/create-ocp-project.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
functions:
- name: jiraCreateIssue
operation: specs/jira-openapi.yaml#createIssue
Expand Down
2 changes: 1 addition & 1 deletion workflows/escalation/ticketEscalation.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ start: CreateTicket
extensions:
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
dataInputSchema:
failOnValidationErrors: true
schema: schemas/ticket-escalation-schema.json
Expand Down
2 changes: 1 addition & 1 deletion workflows/modify-vm-resources/modify-vm-resources.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
functions:
- name: readNamespacedVirtualMachine
operation: specs/kubevirt-openapi.yaml#readNamespacedVirtualMachine
Expand Down
2 changes: 1 addition & 1 deletion workflows/move2kube/m2k.sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
events:
- name: errorEvent
source: ""
Expand Down
2 changes: 1 addition & 1 deletion workflows/mta-v7.x/mta.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dataInputSchema:
extensions:
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
- extensionid: workflow-output-schema
outputSchema: schemas/workflow-output-schema.json
functions:
Expand Down
2 changes: 1 addition & 1 deletion workflows/mtv-migration/mtv.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
start: CreateMigration
functions:
- name: createNotification
Expand Down
2 changes: 1 addition & 1 deletion workflows/mtv-plan/mtv.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dataInputSchema: schemas/mtv-input.json
extensions:
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
- extensionid: workflow-output-schema
outputSchema: schemas/workflow-output-schema.json
start: CreatePlan
Expand Down
2 changes: 1 addition & 1 deletion workflows/request-vm-cnv/request-vm-cnv.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
functions:
- name: readNamespacedVirtualMachine
operation: specs/kubevirt-openapi.yaml#readNamespacedVirtualMachine
Expand Down
2 changes: 1 addition & 1 deletion workflows/rpj/rpj.sw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extensions:
outputSchema: schemas/workflow-output-schema.json
- extensionid: workflow-uri-definitions
definitions:
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/shared/specs/notifications-openapi.yaml"
notifications: "https://raw.githubusercontent.com/parodos-dev/serverless-workflows/main/workflows/shared/specs/notifications-openapi.yaml"
functions:
- name: run
operation: specs/rpj.json#run
Expand Down

0 comments on commit 707c9a2

Please sign in to comment.