From Application UI

You can call a PMF pipeline using the REST Service in an external application.

Example

REST Service


URL: <contextPath>/PMFService/startWorkflowProcess
Method: POST
Consumes("application/json")
Produces("text/plain")
Sample Input Params:
"{\"SummaryPayload\":{\"objectid\":\"123\",\"objecttype\"
:\"QTNR\",\"infodom\":\"OFSAAAIINFO\",\"segment\":\"OFSAAAIINFO\",\"userid\"
:\"AAAIUSER\",\"locale\":\"en_US\",\"securitymap\"
:{},\"applicationparams\"
:{\"testparam\":\"value1\",\"testparam2\":\"value2\"}}}";