This endpoint is designed to be accessed from any tool that can issue HTTP requests. It is used by the vbscript and jscript files that the platform generates for business processes.
If the process completes sucessfully then a 200 will be returned with an xml document with a single element named BusinessProcess with an attribute named Status whose value is Complete.
| Parameter | Usage | Type | Description |
|---|---|---|---|
| DatabaseName | Required | string | The name of the database to use for this request. The list of available databases is defined in web.config and can be retrieved here. |
| BusinessProcessID | Required | GUID | The ID of a business process spec in the catalog. |
| ParameterSetID | Required | GUID | The ID of a parameter set for the given business process. |