-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
P4ADEV-1358 review 'wf classificazione incassi'
- Loading branch information
1 parent
1c157f1
commit 7e5d01b
Showing
16 changed files
with
65 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
30 changes: 30 additions & 0 deletions
30
design/workflow/classificazioneIncassi/02.pagamentiNotificati.mmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
title: WF caricamento file Pagamenti Notificati | ||
--- | ||
flowchart TD | ||
DESCRIPTION@{ shape: braces, label: "Input: ingestionFlowId" } | ||
START@{shape: start} --> | ||
UPDATE_STATUS_INELAB:::activity@{label: "Aggiorna stato ingestionFlow in 'IMPORT_IN_ELAB'"} --> | ||
INGESTION:::activity@{label: "Leggi file e persisti righe"} --> | ||
UPDATE_STATUS_COMPLETE:::activity@{label: "Finalizza stato entità ingestionFlowId"} --> | ||
SEND_EMAIL:::activity@{label: "Notifica stato import tramite email"} --> | ||
|
||
LOOP | ||
|
||
subgraph LOOP["Per ogni IUD restituito dall'activity di ingestion"] | ||
|
||
%% dummy block added to have an empty line | ||
DUMMY:::disable-->SIGNAL | ||
linkStyle 5 display:none; | ||
|
||
SIGNAL:::send-signal@{shape: delay, label: "Invia evento 'Pagamento Notificato' al workflow 'Classificazione IUD'"} | ||
NOTE@{ shape: braces, label: "signalWithStart con workflowID=IUD" } | ||
end | ||
|
||
LOOP --> END@{shape: stop} | ||
class LOOP loop | ||
|
||
classDef disable display:none; | ||
classDef activity fill:#FFFFE0, stroke:#ffc300, stroke-width:2px; | ||
classDef loop fill:#CCFFCC, stroke:#7FBF7F, stroke-width:2px, padding-bottom: 5px; | ||
classDef send-signal fill:#ade8f4, stroke:#48cae4, stroke-width:2px |
3 changes: 3 additions & 0 deletions
3
design/workflow/classificazioneIncassi/02.pagamentiNotificati.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
design/workflow/classificazioneIncassi/02.seq_pagamentiNotificati.mmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Flusso Pagamenti Notificati | ||
--- | ||
sequenceDiagram | ||
actor SIL | ||
participant PU-BE as PiattaformaUnitaria-BE | ||
participant FS as File Share | ||
participant WF as Workflow Service | ||
|
||
SIL ->> PU-BE: Carica file<BR />Pagamenti Notificati | ||
|
||
activate PU-BE | ||
PU-BE ->> FS: Salva file | ||
PU-BE ->> WF: Avvia Pagamenti Notificati | ||
|
||
activate WF | ||
WF ->>WF: Avvia async<BR />"WF caricamento file<BR />Pagamenti Notificati" | ||
WF -->> PU-BE: # | ||
deactivate WF | ||
deactivate PU-BE |
3 changes: 3 additions & 0 deletions
3
design/workflow/classificazioneIncassi/02.seq_pagamentiNotificati.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-56.8 KB
design/workflow/classificazioneIncassi/03.rendicontazione-fetch.png
Binary file not shown.
Binary file removed
BIN
-55.7 KB
design/workflow/classificazioneIncassi/03.rendicontazione-ingestion.png
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-56.1 KB
design/workflow/classificazioneIncassi/04.tesoreriaXLS-ingestion.png
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
design/workflow/classificazioneIncassi/05.seq_classificazione.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.