From 80b9480b0a61e506d35532dba589eecb5831028d Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 21 Nov 2024 16:19:47 +0100 Subject: [PATCH] chore: fix format --- .../01. Registration Flow Activity Diagram.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/developer/01. Registration/01. Registration Process/01. Registration Flow Activity Diagram.md b/docs/developer/01. Registration/01. Registration Process/01. Registration Flow Activity Diagram.md index 5139f0df..7a6422e4 100644 --- a/docs/developer/01. Registration/01. Registration Process/01. Registration Flow Activity Diagram.md +++ b/docs/developer/01. Registration/01. Registration Process/01. Registration Flow Activity Diagram.md @@ -17,7 +17,7 @@ flowchart TD CreateBPNNPull -->|Success| CreateDimWallet[CREATE_DIM_WALLET] CreateDimWallet -->|Success| AwaitDimResponse[AWAIT_DIM_RESPONSE] - + subgraph AwaitDimResponse ValidateSchema[Validate DID Document Schema] @@ -25,23 +25,23 @@ flowchart TD 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] @@ -49,23 +49,23 @@ flowchart TD 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