You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Cordapp shows how to trigger a flow with vault update(completion of prior flows) using [CordaService](https://training.corda.net/corda-details/automation/#services) & [trackby](https://training.corda.net/corda-details/automation-solution/#track-and-notify).
4
4
@@ -10,7 +10,7 @@ In this Cordapp, there are four parties:
10
10
- PetersonThomas: worker #1 will accept money
11
11
- GeorgeJefferson: worker #2 will accept money
12
12
13
-
There are two states [`PaymentRequestState`](./contracts/src/main/java/net/corda/examples/autopayroll/states/PaymentRequestState.java#L20-L24) & [`MoneyState`](./contracts/src/main/java/net/corda/examples/autopayroll/states/MoneyState.java#L23-L26), and two flows `RequestFlow` & `PaymentFlow`. The business logic looks like the following:
13
+
There are two states `PaymentRequestState` & `MoneyState`, and two flows `RequestFlow` & `PaymentFlow`. The business logic looks like the following:
14
14

15
15
16
16
1. Finance team put in payroll request to the bank operators
@@ -20,9 +20,9 @@ There are two states [`PaymentRequestState`](./contracts/src/main/java/net/corda
20
20
## Usage
21
21
22
22
23
-
###Pre-Requisites
23
+
## Pre-Requisites
24
24
25
-
See https://docs.corda.net/getting-set-up.html.
25
+
For development environment setup, please refer to: [Setup Guide](https://docs.corda.net/getting-set-up.html).
0 commit comments