We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f3036 commit c801baeCopy full SHA for c801bae
examples/perform-customer-credit-check.json
@@ -6,7 +6,7 @@
6
"start": "check-credit",
7
"functions": [
8
{
9
- "name": "credit-check-function",
+ "name": "check-credit-function",
10
"operation": "http://myapis.org/creditcheckapi.json#doCreditCheck"
11
},
12
@@ -33,7 +33,7 @@
33
"action": {
34
"name": "check-credit",
35
"functionRef": {
36
- "refName": "call-credit-check-microservice",
+ "refName": "check-credit-function",
37
"arguments": {
38
"customer": "${ .customer }"
39
}
0 commit comments