Skip to content

dmarrazzo/error-handling-strategy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Error Handling Strategy

Usage example of error handling stragegies.

This project can be imported in the Business Central

To understand the motivation behind it see:

The Error Handling strategy is a feature of the process engine that delegate a specific process to manage the exception raised by the main project:

Main process:

main

The REST call raise an exception that is handled by the following process:

error-handling

The error handling process trigger a retry strategy 2 times after 5 seconds of delay, then it trigger a human task to manually remediate the error. The human task can trigger two strategies:

  • change the URL of the REST call and retry: potentially any feature of the failing service can changed by the user before retry.
  • provide the result manually and complete: the main process will take the result provided by the user as the it came from REST call.

About

sample project to test the error handling strategy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors