diff --git a/examples/perform-customer-credit-check.json b/examples/perform-customer-credit-check.json index 7f28f51d..10f24f26 100644 --- a/examples/perform-customer-credit-check.json +++ b/examples/perform-customer-credit-check.json @@ -6,7 +6,7 @@ "start": "check-credit", "functions": [ { - "name": "credit-check-function", + "name": "check-credit-function", "operation": "http://myapis.org/creditcheckapi.json#doCreditCheck" }, { @@ -33,7 +33,7 @@ "action": { "name": "check-credit", "functionRef": { - "refName": "call-credit-check-microservice", + "refName": "check-credit-function", "arguments": { "customer": "${ .customer }" }