Skip to content

Commit

Permalink
feat(mojaloop/#2801): update sequence diagrams to handle negative val…
Browse files Browse the repository at this point in the history
…idation fulfil (#385)

* feat: update sequence diagrams to handle negative validation fulfil

* chore: update

* chore: change

* chore: change

* chore: update fulfil

Co-authored-by: Sam <[email protected]>
  • Loading branch information
kleyow and elnyry-sam-k authored Aug 19, 2022
1 parent 627ed1f commit ccc7132
Show file tree
Hide file tree
Showing 6 changed files with 1,489 additions and 2,679 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,21 @@ group Bulk Processing Handler Consume
<color #red>throw</color> ErrorHandler.Factory.createFSPIOPError(INTERNAL_SERVER_ERROR)
end note
end
else bulkTransferInfo.bulkTransferState IN ['ABORTING']
alt action == 'bulk-abort'
note right of BULK_PROC_HANDLER #lightgrey
criteriaState = 'ABORTING'
processingState = 'FULFIL_INVALID'
completedBulkState = 'REJECTED'
incompleteBulkState = 'ABORTING'
errorCode = payload.errorInformation.errorCode
errorDescription = payload.errorInformation.errorDescription
end note
else all other actions
note right of BULK_PROC_HANDLER #lightgrey
<color #red>throw</color> ErrorHandler.Factory.createFSPIOPError(INTERNAL_SERVER_ERROR)
end note
end
else all other ['PENDING_INVALID', 'COMPLETED', 'REJECTED', 'INVALID']
note right of BULK_PROC_HANDLER #lightgrey
<color #red>throw</color> ErrorHandler.Factory.createFSPIOPError(INTERNAL_SERVER_ERROR)
Expand Down
Loading

0 comments on commit ccc7132

Please sign in to comment.