Commit ec7837d8 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Corrections to workflows

parent fc180c69
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ alt Request No grounds for refusal
  EA ->> IA: /eevidence/groundsforrefusal Request (No Grounds for Refusal)
  SP ->> EA: /eevidence/groundsforrefusal Response
else Wait 10 days
s  Note over SP: Holds the data
  Note over SP: Holds the data
end

SP ->> IA: /eevidence/outcome Request (Data)
+6 −6
Original line number Diff line number Diff line
@@ -41,12 +41,12 @@ end

Note over SP: Finds Interference With Immunities<br/>Or Privileges Interference With Freedom Of Press<br/> Or Freedom Of Expression 

SP ->> IA: /eevidence/impossibility Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
SP ->> EA: /eevidence/impossibility Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
IA ->> SP: /eevidence/impossibility Response
EA ->> SP: /eevidence/impossibility Response
SP ->> IA: /eevidence/nonexecution Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE Form3Data (1..n)
SP ->> EA: /eevidence/nonexecution Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE Form3Data (1..n)
IA ->> SP: /eevidence/nonexecution Response
EA ->> SP: /eevidence/nonexecution Response

opt Discussion between EA and IA
  EA ->> IA: /eevidence/groundsforrefusal Request (No Grounds for Refusal)
+6 −6
Original line number Diff line number Diff line
@@ -43,12 +43,12 @@ end

Note over SP: Finds Interference With Immunities<br/>Or Privileges Interference With Freedom Of Press<br/> Or Freedom Of Expression 

SP ->> IA: /eevidence/impossibility Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
SP ->> EA: /eevidence/impossibility Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
IA ->> SP: /eevidence/impossibility Response
EA ->> SP: /eevidence/impossibility Response
SP ->> IA: /eevidence/nonexecution Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE Form3Data (1..n)
SP ->> EA: /eevidence/nonexecution Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE Form3Data (1..n)
IA ->> SP: /eevidence/nonexecution Response
EA ->> SP: /eevidence/nonexecution Response

opt Discussion between EA and IA
    EA ->> IA: /eevidence/groundsforrefusal Request (No Grounds for Refusal)
+4 −4
Original line number Diff line number Diff line
# WF-008-EPOC - Impossibility Of Execution / De Facto Impossibility / Circumstances Outside Addressee / No Notification
# WF-008-EPOC - nonexecution Of Execution / De Facto Impossibility / Circumstances Outside Addressee / No Notification

**Workflow Description:** Workflow where the SP cannot execute the order because of de facto impossibility. No notification

@@ -39,9 +39,9 @@ end

Note over SP: Finds De Facto Impossibility of Execution

SP ->> IA: /eevidence/impossibility Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
IA ->> SP: /eevidence/impossibility Response
SP ->> IA: /eevidence/nonexecution Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE Form3Data (1..n)
IA ->> SP: /eevidence/nonexecution Response

Note over IA: Assesses Defacto Impossibility<br/>leads to one of the 2 cases below.
```
+7 −7
Original line number Diff line number Diff line
# 5.8	WF-009-EPOC - Impossibility Of Execution / De Facto Impossibility / Circumstances Outside Addressee / With Notification
# WF-009-EPOC - Impossibility Of Execution / De Facto Impossibility / Circumstances Outside Addressee / With Notification

**Workflow Description:** Workflow where the SP cannot execute the order because of de facto impossibility. With notification

@@ -42,12 +42,12 @@ end

Note over SP: Finds De Facto Impossibility of Execution

SP ->> IA: /eevidence/impossibility Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
SP ->> EA: /eevidence/impossibility Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>TODO - Add form 3 structure data
IA ->> SP: /eevidence/impossibility Response
EA ->> SP: /eevidence/impossibility Response
SP ->> IA: /eevidence/nonexecution Request
Note left of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE form3Information (1..n)
SP ->> EA: /eevidence/nonexecution Request
Note right of SP: CREATE NotificationObject (1)<br/>DELIVER DocumentObject (1)<br/>CREATE form3Information (1..n)
IA ->> SP: /eevidence/nonexecution Response
EA ->> SP: /eevidence/nonexecution Response

Note over IA: Assesses Defacto Impossibility<br/>leads to one of the 2 cases in WF-008-EPOC.
```
 No newline at end of file
Loading