7.3.6.4 Steps for Execution
- Navigate to Data Foundation for Banking and click Data Operations. The Process Modeller summary page displays a list of available processes.
- In the Search bar, select Pipelines > Run Pipeline.
- Select Process, and enter Average Balance Computation in the text box, the available Process ID's is displayed.
- On the results window, click on Actions (…) menu button, and then select Execute Run. The Execution window appears.
- In the Execution window, select the Execution Type as Without Parameters.
- Enter the Object ID. The Object ID is a unique identifier.
- Enter the Application Params (in JSON format) in the
following
format:
{"FIC_MIS_DATE":"<YYYY-MM-DD>","DATA_SOURCE":"<DSCODE>","PRODUCT_PROCESSOR":"<PPCODE>"}Example1: Format with 1 Data Source and 1 Product Processor
{"FIC_MIS_DATE":"2025-05-02","DATA_SOURCE":"FLEXCUBE","PRODUCT_PROCESSOR":"LOANCONTRACTS"}Example 2: Format with 2 Data Source(s) and 2 Product Processor(s)
{"FIC_MIS_DATE":"2025-05-02","DATA_SOURCE":"FLEXCUBE,OTH","PRODUCT_PROCESSOR":"LOANCONTRACTS,CASA"}Example 3: Format with All Data Source(s) and All Product Processor(s)
{"FIC_MIS_DATE":"2025-05-02","DATA_SOURCE":"","PRODUCT_PROCESSOR":""} - Click Execute. This triggers the backend to run the selected process with
your inputs. A message "Process Execution Started Successfully" is displayed at
the bottom of the screen.
Note:
For more information on PMF Execution, see Execution through PMF.