File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,19 @@ flowchart TD
2525 note1 --> loop1{for each channel result received}
2626 loop1 -->|More channel results| determineTransaction[Determine transaction]
2727 determineTransaction --> determineChannels[Determine all channels]
28- determineChannels --> readConfig[Read Transaction Configuration from database to determine review Message ]
28+ determineChannels --> readConfig[Read Transaction Configuration from database to determine review message ]
2929 readConfig --> loop2{Channels results outstanding}
3030 loop2 -->|More channel results| writeCache[Write channel result to cache]
3131 writeCache --> loop2
3232 loop2 -->|Channels complete| checkReview{Review any typologies?}
33- checkReview -->|ALRT| sendAlert[send alert to CMS]
34- checkReview -->|NALT| noAlert[don 't send alert to CMS]
35- sendAlert --> clearCache[clear cache]
33+ checkReview -->|ALRT| sendAlert[Send alert to CMS]
34+ checkReview -->|NALT| noAlert[Don 't send alert to CMS]
35+ sendAlert --> clearCache[Clear cache]
3636 noAlert --> clearCache
37- clearCache --> writeHistory[write transactions to transaction history DB]
38- writeHistory --> logReview[Log review message ( Review/ None) ]
37+ clearCache --> writeHistory[Write transactions to transaction history DB]
38+ writeHistory --> logReview[Log review message - Review or None]
3939 logReview --> loop1
40- loop1 -->|No more channel results| sendResponse[send 200 response back to CADProc]
40+ loop1 -->|No more channel results| sendResponse[Send 200 response back to CADProc]
4141 sendResponse --> note2["Response includes: Channel-ID, Channel Results"]
4242 note2 --> stop([Stop])
4343```
You can’t perform that action at this time.
0 commit comments