Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

  1. Design a Solution DB

  2. Design Process flow

  3. Create REST Provider End-point

  4. Publish the Provider in WebFrom

Design Solution DB

  • In this use case data is stored in Solution DB and from there you need to write a joining query to fetch the data from the backend.

  • This joining query will be based on what attribute you need to fetch in UI, like here we are fetching File Phase, Error Description, Total Record Count, Unique Record Count, Duplicate Record Count, File Status, etc.

Here is the structure of the tables which are their DB.

Design Process flow

Process Overview

When the file queue page is accessed, the backend server performs the following steps to ensure that all relevant file queue data is accurately retrieved and displayed on the front end. Here are three flows working and each flow has a purpose.

1. Default Flow

Step 1: Receive Request:

The backend server receives a request from the frontend to access the file queue page. This request initiates the process of retrieving the necessary file queue data.

Step 2: Query the Database:

Upon receiving the request, the backend server queries the database to retrieve all relevant information. The data retrieved includes, but is not limited to, the following:

  • File Phase, Error Descriptions, Total Record Coun, Unique Record Coun, Duplicate Record Count, File Status

Step 3: Send Data to Frontend:

After successfully querying the database and retrieving the necessary data, the backend server sends the retrieved data to the front end. This data is then displayed on the file queue page, providing users with a comprehensive view of the file queue status and details.

image-20240620-113900.png
  1. Top Flow :

This workflow with multiple parallel processes starting from a single start event.

This consists of three flows as per the search criteria. Here's a detailed description:

  1. Top Flow - This flow use to call all

image-20240620-111733.png

 

  • No labels