From aeb170a75db097438c82a18ad22bc5af5974aeac Mon Sep 17 00:00:00 2001 From: Joe Andrieu Date: Tue, 12 Dec 2023 12:33:13 -0800 Subject: [PATCH 1/3] added Workflow system in introduction, both to the diagram and the prose --- diagrams/components.svg | 2 +- index.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/diagrams/components.svg b/diagrams/components.svg index 9ad029b..3246f5e 100644 --- a/diagrams/components.svg +++ b/diagrams/components.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/index.html b/index.html index 793e6ff..8ad9f72 100644 --- a/index.html +++ b/index.html @@ -464,6 +464,12 @@

Storage Services

(Verifier) • Storage Service (Holder)

+
+

Workflow Service

+

+ The Workflow Service provides a way for coordinators to automate + specific interactions for specific users. Each role: Holder, Issuer, and Verifier, may run their own Workflow Service to create and manage exchanges that realize particular workflows. Administrators configure the workflow system to support particular flows. Then, when the business rules justify it, coordinators create exchanges at their Workflow Service and give authorized access to those exchanges to any party. +

Each actor in the system is expected to store their own verifiable credentials, as needed. Several known implementations use secure data From e3f40a16c48f7dbaacf22fa7648ea7ea1b504266 Mon Sep 17 00:00:00 2001 From: Joe Andrieu Date: Tue, 6 Feb 2024 12:34:08 -0800 Subject: [PATCH 2/3] Update index.html Co-authored-by: Ted Thibodeau Jr --- index.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8ad9f72..cadec92 100644 --- a/index.html +++ b/index.html @@ -467,8 +467,13 @@

Storage Services

Workflow Service

- The Workflow Service provides a way for coordinators to automate - specific interactions for specific users. Each role: Holder, Issuer, and Verifier, may run their own Workflow Service to create and manage exchanges that realize particular workflows. Administrators configure the workflow system to support particular flows. Then, when the business rules justify it, coordinators create exchanges at their Workflow Service and give authorized access to those exchanges to any party. +The Workflow Service provides a way for coordinators to automate specific +interactions for specific users. Each role (Holder, Issuer, and Verifier) +can run their own Workflow Service to create and manage exchanges that +realize particular workflows. Administrators configure the workflow system +to support particular flows. Then, when the business rules justify it, +coordinators create exchanges at their Workflow Service and give authorized +access to those exchanges to any party.

Each actor in the system is expected to store their own verifiable From 19840452029d7e963b02f2b218d1eb7f0d5d9aaf Mon Sep 17 00:00:00 2001 From: Joe Andrieu Date: Tue, 6 Feb 2024 12:42:26 -0800 Subject: [PATCH 3/3] updated components diagram to remove crossover --- diagrams/components.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagrams/components.svg b/diagrams/components.svg index 3246f5e..0277eb2 100644 --- a/diagrams/components.svg +++ b/diagrams/components.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file