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.
- Launch the Postman.
- Create a new Request (if not done already) and select “POST” method. Use the “PUT” method to update the already deployed process.
- Input the header params and conductor url
(http://LOCALHOST:PORT/plato-orch/api/metadata/workflow) as shown below.
- Paste the body of the request with the content from the process file.
- Click “Send”. Make sure the response status “204” is returned from
server.
Parent topic: Conductor Process Installation