4.5.3 Initiate workflow

Below endpoint should be invoked from the postman tool.

HTTP Method: POST

http://{{host-orch-service}}/plato-orch-service/api/workflow/{{workflowName}}

Returns: This endpoint creates a new workflow and returns its id. This id can further be used to track the status of this workflow.

Following headers to be considered:

Table 4-3 Headers

Parameter Name Value Mandatory Description
Content-Type application/json Yes -
appld platoorch Yes The application ID of the host service.
branchcode DMO Yes Branch Code of the requesting user.
Userid ADMINUSER1 Yes User Id of the requesting user.
entityId DEFAULTENTITY Yes EntityID of the Request.
multiEntityAdmin N Yes -

Specify following parameters:

Table 4-4 Parameters

Parameter Name Value Mandatory Description
branchcode DMO Yes Branch Code of the requesting user.
Userid ADMINUSER1 Yes User Id of the requesting user.