Skip to content

Commit

Permalink
P4ADEV-1358 review 'wf classificazione incassi'
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Nov 22, 2024
1 parent 7e5d01b commit ea2efe3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ flowchart TD
DELETE_CLASSIFY_NULL_IUV:::activity@{label: "Delete classificazione 'TES_NO_MATCH'"} -->
IS_CODICEESITO9{"CodiceEsito == 9"} --> ||HANDLE_CODICEESITO9
subgraph HANDLE_CODICEESITO9["Gestisci codiceEsito 9"]
SAVE_RT@{shape: database, label: "Salva Ricevuta"} -->
SEND_RT_MSG@{shape: das, label: "Notifica Ricevuta"}
end
class HANDLE_CODICEESITO9 activity
Expand All @@ -55,7 +56,7 @@ flowchart TD
direction LR
DESCRIPTION_SIGNAL_TESORERIA@{ shape: braces, label: "Input: IUF" } -->
DUMMY6:::hidden --> DUMMY7:::hidden --> DUMMY8:::hidden
linkStyle 13,14,15 display:none
linkStyle 14,15,16 display:none

SIGNAL_TESORERIA@{ shape: bolt } --> FIND_TESORERIA_IUVS_ACTIVITY

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ flowchart TD
FIND_TES_IUV@{shape: database, label: "Cerca tesoreria IUV"} -->
CLASSIFY["Determina etichette"] -->
DELETE_PREVIOUS@{shape: database, label: "Delete precedenti classificazioni IUV<BR />(<> 'DOPPI')"} -->
INSERT_NEW@{shape: database, label: "Insert classificazioni IUV"}
INSERT_NEW@{shape: database, label: "Insert classificazioni IUV"} -->
UPDATE_IUV@{shape: database, label: "Aggiorna rata (IUF, IUR, stato)"}

end

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea2efe3

Please sign in to comment.