Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/flogo/creditcard-dt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ cd bin
cp ../../creditcard-dt-file.xlsx .
./creditcard-dt
```
### Note : While executing below mentioned commands on windows platform all backward slashes after applicant name need to be omitted

### Testing

Expand All @@ -48,4 +49,4 @@ You should see following output:
2019-09-24T12:54:08.683+0530 INFO [flogo.rules] - Applicant: PrakashY -- CreditLimit: 7500 -- status: Pending
2019-09-24T12:54:08.696+0530 INFO [flogo.rules] - Applicant: SandraW -- CreditLimit: 0 -- status: Loan-Rejected
2019-09-24T12:54:09.884+0530 INFO [flogo.rules] - Applicant: JaneDoe -- CreditLimit: 25000 -- status: Platinum-Status
```
```