Design Process flow
Create REST Provider End-point
Publish the Provider (REST URL) at UI
Usecase Overview
Backend Services to fetch data (GOOD Record, Error Record, pass percentage, File status, Error description, phase v3, phase EBMR) for File Queue with pagination support and Solution table.
1. Design Process flow
Process flow:
This process flow consists of three distinct flows, each with separate functionalities. It includes a backend query that interacts with the database to fetch all relevant information as requested by the user.
a. Default Flow: It fetches both errors and successful records, as illustrated in the screenshot below.
Process flow Activity:
Source Activity - The source comprises a database. It is necessary to create DbInfo and DbLayout to be invoked in the source activity
Go to edit query and to write tables joining query.
You must utilize the EDIT Query option to efficiently retrieve attributes from multiple tables and display relevant information on the user interface. Additionally, you implement where clauses conditions to filter the data as needed.
Query Details:
Table Name: DB/application_dataORDERBYFILE_QUEUE_IDDESCLIMIT25OFFSETstart/
Target Layout -
Mapping - You must load the database schema and the target schema (JSON) to finalize the mapping process.
Context Target Using ContextTarget to store data in the flow which will be carried by the REST provider.
b. Process Flow
Process flow activity:
Source Activity - The source comprises a database. It is necessary to create DbInfo and DbLayout to be invoked in the source activity