7 Deploy Conductor Processes

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

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. The list of conductor based processes that have to be deployed for the Party Services are:

Table 7-1 Conductor Based Processes

Serial Number Process Name Dependent process

1

obpy-corporate-onboarding-processflow_CPOB.json

None

2

obpy-fi-amendment-processflow_FPAM.json

None

3

obpy-fi-onboarding-processflow_FPOB.json

None

4

obpy-party-onboarding-processflow_REOB.json

None

5

obpy-retail-amendment-processflow_PAMD.json

None

6

obpy_corp_amendment_processflow_CAMD.json

None

7

obpy_smb_amendment_processflow_SMBA.json

None

8

obpy_smb_onboarding_processflow_RSMB.json

None

9

obpy_sme_amendment_processflow_SMEA.json

None

10

obpy_sme_onboarding_processflow_CSME.json

None

11 Review_SubWorkflow.json None
12 Recommendation_SubWorkflow.json None
13 Approval_SubWorkflow.json None

Before deploying the processes the following section is 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 7-2 Updating the Process

Term Value

uri

http://{{PROCESS_SERVER_HOST}}:{{PROCESS_SERVER_PORT}}/

{{PROCESS_SERVER_HOST}}

IP of the conductor server

{{PROCESS_SERVER_PORT}}

Port of the conductor server

Perform the following steps to deploy the conductor 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 7-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 7-2 Post Work Flow - Body



  5. Click Send.

    The response status 204 returned from the server.

    Note:

    You can also deploy the process flow using UI from Tasks → Business Process Maintenance → Upload DSL.