Alice |
flow start GetMembersFlow bno: "O=Consortium Charly, OU=Consortium Management Department, L=Shenzhen, S=Guangzhou, C=CN", forceRefresh: false, filterOutNotExisting: false |
Alice is unable to obtain the list of members as she is not a member herself: Counterparty O=Alice Ltd., L=Shanghai, C=CN is not a member of this business network |
Alice |
flow start Ping counterparty: "O=Bob Ltd., L=Beijing, C=CN" |
Alice is unable to transact with Bob as they are not members of the same network: Counterparty O=Bob Ltd., L=Beijing, C=CN is not a member of this business network |
Alice |
flow start RequestMembershipFlow bno: "O=Consortium Charly, OU=Consortium Management Department, L=Shenzhen, S=Guangzhou, C=CN", membershipMetadata: {} |
Alice can request membership but does not become a member right away. Her request is in pending state: Flow completed with result: SignedTransaction(id=…) |
Bob |
flow start RequestMembershipFlow bno: "O=Consortium Charly, OU=Consortium Management Department, L=Shenzhen, S=Guangzhou, C=CN", membershipMetadata: {} |
Bob can request membership but does not become a member right away. His request is in pending state: Flow completed with result: SignedTransaction(id=…) |
Charly |
flow start ActivateMembershipForPartyFlow party: "O=Alice Ltd., L=Shanghai, C=CN" |
Charly, as business network operator, can activate the membership for Alice: Flow completed with result: SignedTransaction(id=…) |
Charly |
flow start ActivateMembershipForPartyFlow party: "O=Bob Ltd., L=Beijing, C=CN" |
Charly, as business network operator, can activate the membership for Bob:Flow completed with result: SignedTransaction(id=…) |
Alice |
flow start GetMembersFlow bno: "O=Consortium Charly, OU=Consortium Management Department, L=Shenzhen, S=Guangzhou, C=CN", forceRefresh: false, filterOutNotExisting: false |
Now Alice can see the list of members since she is a member herself: Flow completed with result: [PartyAndMembershipMetadata(party=O=Alice Ltd., L=Shanghai, C=CN, membershipMetadata={}), PartyAndMembershipMetadata(party=O=Bob Ltd., L=Beijing, C=CN, membershipMetadata={})] |
Alice |
flow start Ping counterparty: "O=Bob Ltd., L=Beijing, C=CN" |
The flow now completes successfully (Flow completed with result: kotlin.Unit ). |