14 Deploy Oracle Banking Branch Processes

You need to deploy the conductor-based processes as a part of the installation of the Oracle Banking Branch.

Before deploying the processes the following section needs to be updated with the server IP/port for the endpoints used in the process. For each process, open the process to find for http_request and modify the following in the URI.

Table 14-1 Updating the Process

Term Value

uri

http://{{PROCESS_SERVER_HOST}}:{{PROCESS_SERVER_PORT}}/plato-orchservice/api/metadata/workflow

{{PROCESS_SERVER_HOST}}

IP of the conductor server

{{PROCESS_SERVER_PORT}}

Port of the conductor server

For the list of the conductor-based processes to be deployed, refer to Oracle Banking Branch Processes. The server names, domain names need not be the same as this document provides. The steps to deploy a process remains the same for all the workflow files.

To deploy the conductor-based processes:

  1. Launch Postman.
  2. Create a new request (if not done already) and select the POST method.

    If the process flow is already deployed and needs to be updated, then the method should be PUT.

  3. Select the Headers tab, and input the header params as shown below:

    Figure 14-1 Post Work Flow - Headers



  4. Select the Body tab, and paste the body of the message with the content from the process file.

    Figure 14-2 Post Work Flow - Body



  5. Click Send.

    The response status 204 is returned from the server.