7.3.6.4 Steps for Execution

  1. Navigate to Data Foundation for Banking and click Data Operations. The Process Modeller summary page displays a list of available processes.
  2. In the Search bar, select Pipelines > Run Pipeline.
  3. Select Process, and enter Average Balance Computation in the text box, the available Process ID's is displayed.
  4. On the results window, click on Actions (…) menu button, and then select Execute Run. The Execution window appears.
  5. In the Execution window, select the Execution Type as Without Parameters.
  6. Enter the Object ID. The Object ID is a unique identifier.
  7. 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":""}

  8. 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.