7.2 Steps to Deploy Conductor Process

This topic provides systematic instruction to deploy Conductor Process.

Note:

  • Server names, Domain names need not to be same as this document provides.
  • Steps to Deploy a process remains the same for all the process files.
  1. Launch the Postman.
  2. Create a new Request (if not done already) and select “POST” method. Use the “PUT” method to update the already deployed process.
  3. Input the header params and conductor url (http://LOCALHOST:PORT/plato-orch/api/metadata/workflow) as shown below.

  4. Paste the body of the request with the content from the process file.

  5. Click “Send”. Make sure the response status “204” is returned from server.