Skip to content

Commit 21eba28

Browse files
authored
Update README.md
1 parent b6f9c6b commit 21eba28

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,3 @@ kotlin-examples
22
===============
33

44
Various examples for Kotlin
5-
6-
- flow **createDepositAppianFlow**
7-
- set productCode = `payload.Deposit.ProductCode`
8-
- set account = `payload.Deposit.PayOutAccount`
9-
- set cif = `payload.Deposit.Cif`
10-
- set startDate = `payload.Deposit.StartDate`
11-
- flow-ref **retrieveDepositModuleSubFlow** (returns `depositModule`)
12-
- choice `LD or TD`
13-
- when `vars.depositModule == 'TD'`
14-
- flow-ref **createTDDepositSubFlow**
15-
- when `vars.depositModule == 'LD'`
16-
- flow-ref **createLDDepositSubFlow**
17-
- otherwise
18-
- set httpStatus = `500`
19-
- set payload = `transformers/deposit/createDepositAppian/noProductResponse.dwl`

0 commit comments

Comments
 (0)