Skip to content

Commit

Permalink
fixed DOPPI handled out of classification
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Nov 25, 2024
1 parent ea2efe3 commit ca7aead
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 29 deletions.
20 changes: 0 additions & 20 deletions design/workflow/classificazioneIncassi/01.ricevutaPagamento.mmd

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sequenceDiagram
KAFKA ->> WF: Consegna evento

activate WF
WF ->>WF: Invia evento async al<BR />"WF classifica rata pagata"<BR /> (signalWithStart)
WF ->>WF: Invia evento async al<BR />"WF classificazione IUD"<BR /> (signalWithStart)

WF -->> KAFKA: ack
deactivate WF
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 @@ -2,15 +2,15 @@
title: Flusso Riconciliazione
---
sequenceDiagram
participant WF_RT as WF classifica<BR />rata pagata
participant EV_RT as Evento<BR />rata pagata
participant WF_RN as WF caricamento<BR />pagamenti notificati
participant WF_R as WF caricamento<BR />file Rendicontazione
participant WF_T as WF caricamento<BR />file Tesoreria
participant WF_CLS_IUD as WF classificazione<BR />IUD
participant WF_CLS_IUF as WF classificazione<BR />IUF
participant WF_CLS_IUV as WF classificazione<BR />IUV

WF_RT ->>+ WF_CLS_IUD: Classifica IUD
EV_RT ->>+ WF_CLS_IUD: Classifica IUD
WF_RN ->> WF_CLS_IUD: Classifica IUD
WF_CLS_IUD ->> WF_CLS_IUD: Match IUD
WF_CLS_IUD ->>- WF_CLS_IUV: Classifica IUV
Expand All @@ -24,4 +24,4 @@ sequenceDiagram
WF_T ->> WF_CLS_IUV: Classifica IUV
WF_CLS_IUV ->>- WF_CLS_IUV: Classifica IUV

note over WF_RT,WF_CLS_IUV: Ogni evento verso 'WF classificazione XXX' comporterà<BR />la rischedulazione del WF qualora non già attivo.<BR/><BR/>L'uso di uno stesso identificativo come workflowID garantisce<BR />la sequenzialità dei processamenti
note over EV_RT,WF_CLS_IUV: Ogni evento verso 'WF classificazione XXX' comporterà<BR />la rischedulazione del WF qualora non già attivo.<BR/><BR/>L'uso di uno stesso identificativo come workflowID garantisce<BR />la sequenzialità dei processamenti
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 ca7aead

Please sign in to comment.