Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 21, 2024
1 parent 79f3956 commit 80b9480
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,55 +17,55 @@ flowchart TD
CreateBPNNPull -->|Success| CreateDimWallet[CREATE_DIM_WALLET]
CreateDimWallet -->|Success| AwaitDimResponse[AWAIT_DIM_RESPONSE]
subgraph AwaitDimResponse
ValidateSchema[Validate DID Document Schema]
PublishPublic[Publish DID Document Publicly]
end
AwaitDimResponse -->|Success| ValidateDidDoc[VALIDATE_DID_DOCUMENT]
ValidateDidDoc -->|Success| TransmitBPNDID[TRANSMIT_BPN_DID]
subgraph TransmitBPNDID
StoreDIDLocBPNL[Store DID Document Location with BPNL in BDRS Service]
end
TransmitBPNDID -->|Success| RequestBPNCred[REQUEST_BPN_CREDENTIAL]
RequestBPNCred -->|Success| StoredBPNCred[STORED_BPN_CREDENTIAL]
StoredBPNCred -->|Success| RequestMemCred[REQUEST_MEMBERSHIP_CREDENTIAL]
subgraph RequestMemCred
InterfaceIssuer[Interface to Issuer Component]
IssueWithWallet[Issuance with Wallet]
end
RequestMemCred -->|Success| StoredMemCred[STORED_MEMBERSHIP_CREDENTIAL]
StoredMemCred -->|Success| StartClearing[START_CLEARING_HOUSE]
StartClearing -->|Success| EndClearing[END_CLEARING_HOUSE]
EndClearing -->|Validation Error| TriggerOverride[TRIGGER_OVERRIDE_CLEARING_HOUSE]
EndClearing -->|No Error| StartSelfDescLP[START_SELF_DESCRIPTION_LP]
StartSelfDescLP -->|Success| EndSelfDescLP[END_SELF_DESCRIPTION_LP]
EndSelfDescLP -->|Error| RetriggerSelfDescLP[RETRIGGER_SELF_DESCRIPTION_LP]
EndSelfDescLP -->|Success| Finish(APPLICATION_ACTIVATION)
TriggerOverride -->|Success| StartSelfDescLP
RetriggerSelfDescLP -->|Success| Finish
Expand Down

0 comments on commit 80b9480

Please sign in to comment.