-
Notifications
You must be signed in to change notification settings - Fork 0
Basic Workflow
Lisa edited this page Aug 25, 2019
·
1 revision
- Check based on current state if flow is allowed to be executed and what the new state would be.
- Create new state as transaction
- Check if new state passes verify function
- Propose new state to other participants by invoking subflows
- Every other party checks new state
- Signs it if it passes
- Sends it back to the initiator
- Initiator sends it to the notary, Notary checks if everyone signed and if it is valid, Notary sends it to participants to push on ledger
