Define exception handling

Please note that you can only define the exception handling after you have created the REST call action.

Open the REST call action.

Go to the "Exception handling" tab.

Cancel transaction (default)

The currently executed call and then the entire execution of the workflow is canceled here. It should be borne in mind that earlier calls that have already been made cannot be undone as they have already been sent. Errors occur in particular when a key cannot be resolved or a file cannot be found, but also when the client cannot find a resource of the API (400-499) or errors occur in the addressed API (500-599).

Continue transaction

Here, an attempt is made to continue the call anyway; the client then fills data points that were not found with zero or skips the corresponding steps (e.g. storing the response in the shared state). If files are missing, the process is nevertheless canceled, as this would otherwise lead to errors within the Apache client.

 

Your next step (optional)

Expert - View and record attributes