-
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.
- Loading branch information
1 parent
01cf18e
commit 46e2f19
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
design/workflow/classificazioneIncassi/01.ricevute-ingestion.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 Ricevute | ||
--- | ||
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 coppia di IUV e IUD restituiti 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 'Ricevuta' 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/01.ricevute-ingestion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.