bpm-controller Endpoints
Endpoints of the Web-API gateway for business process management, accessible for any authenticated user.
The endpoints are used by the CLIENT Service that provides yuuvis® client as reference implementation. They internally call the BPM-ENGINE Service.
HTTP Method as of product version | Purpose | Response Format | Description |
---|---|---|---|
GET as of 2020 Autumn | getProcessInstances | JSON | Retrieves a list of process instances corresponding to a specified |
POST as of 2020 Autumn | createProcessInstance | JSON | Creates a process instance specified by the data passed as JSON in the request body. |
DELETE as of 2020 Autumn | delete dms object | JSON | Deletes the process instance specified by its |
GET as of 2021 Autumn | get the process instance history | JSON | Retrieves the process instance history for the process instance specified by its |
GET as of 2020 Autumn | getTasks | JSON | Retrieves a list of tasks corresponding to the |
GET as of 2021 Winter | getTask | JSON | Retrieves the task specified by its |
PUT as of 2020 Autumn | taskActions | HTTP status code | Updates a task specified by its |