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 9c8f217 commit 97a95d0Copy full SHA for 97a95d0
examples/flogo/creditcard-dt/README.md
@@ -22,7 +22,7 @@ cd bin
22
cp ../../creditcard-dt-file.xlsx .
23
./creditcard-dt
24
```
25
-
+### Note - To execute following commands on windows platform the backward slashes need to be omitted .
26
### Testing
27
28
#### #1 Invoke applicant decision table
@@ -48,4 +48,4 @@ You should see following output:
48
2019-09-24T12:54:08.683+0530 INFO [flogo.rules] - Applicant: PrakashY -- CreditLimit: 7500 -- status: Pending
49
2019-09-24T12:54:08.696+0530 INFO [flogo.rules] - Applicant: SandraW -- CreditLimit: 0 -- status: Loan-Rejected
50
2019-09-24T12:54:09.884+0530 INFO [flogo.rules] - Applicant: JaneDoe -- CreditLimit: 25000 -- status: Platinum-Status
51
-```
+```
0 commit comments