Unhandled Error

Develop a workflow within an application to efficiently handle Unhandled Erros using RestClient.

To verify Status Code of Unhandled Error

Create an application

Create an application named "Error" to manage the workflow.

Create a workflow.

Create a new workflow named "Unhandled Error" within the application's Workflow folder.

Trigger Selection

Select "REST Service" as the trigger option to initiate the workflow.

Parameter Definition: Define the path and configure the header of RestService.

RestClient Activity Integration

Add a “RestClient Activity to the workflow canvas to fetch the data from the API.

Publish the workflow.

Publish the workflow after completing configuration and customization.

Deploy the workflow.

Deploy the workflow, select the development environment, and provide a distinct name for identification.

Test and verify the workflow.

Verify the response output to ensure correctness and compliance with expected Error.

Last updated