Process REST APIs

A set of REST APIs for working with processes and tasks is provided with the product.
The Swagger definition for the REST APIs is included with the product. If your installation includes a web server that hosts the Swagger UI, you can access the Swagger definition for the REST APIs from a URL with the following format:
https://host_name:port_number/bpm/explorer 
Where host_name is the name of your web server and port_number is the port number used by the web server. For example, localhost:9080/bpm/explorer. .
You can also get the Swagger definition by using the following REST API call:
GET /bpm/docs
The call returns a JSON object that contains the Swagger definition.
Important: To prevent cross site request forgery attacks, REST API operations require that the HTTP header BPMCSRFToken is set with every request. For more information, see Preventing cross site request forgery.