diff --git a/ctk/features/call.feature b/ctk/features/call.feature index e3fd97f6..1b590a6d 100644 --- a/ctk/features/call.feature +++ b/ctk/features/call.feature @@ -104,7 +104,7 @@ Feature: Call Task with: document: endpoint: "https://petstore.swagger.io/v2/swagger.json" - operation: findPetsByStatus + operationId: findPetsByStatus parameters: status: ${ .status } output: @@ -132,7 +132,7 @@ Feature: Call Task with: document: endpoint: "https://petstore.swagger.io/v2/swagger.json" - operation: getPetById + operationId: getPetById parameters: petId: ${ .petId } output: response diff --git a/ctk/features/raise.feature b/ctk/features/raise.feature index 39091dc1..ed2c506c 100644 --- a/ctk/features/raise.feature +++ b/ctk/features/raise.feature @@ -24,5 +24,5 @@ Feature: Raise Task status: 400 type: https://serverlessworkflow.io/errors/types/compliance title: Compliance Error - instance: /do/raiseComplianceError + instance: /do/0/raiseError """ diff --git a/ctk/features/try.feature b/ctk/features/try.feature index ebcb9449..e67773f3 100644 --- a/ctk/features/try.feature +++ b/ctk/features/try.feature @@ -43,7 +43,7 @@ Feature: Try Task And the workflow output should have properties 'error', 'error.type', 'error.status', 'error.title' And the workflow output should have a 'error.instance' property with value: """yaml - /do/tryGetPet/try + /do/0/tryGetPet/try/0/getPet """ # Tests that try tasks fault when an uncaught error is raised