GET
|
/pub/v1/bpm/instance/bytemplateid/{id}/list
|
Get a list of process instances
|
POST
|
/pub/v1/bpm/instance/bytemplateid/{id}/list
|
Get a list of process instances
|
GET
|
/pub/v1/bpm/instance/bytarget/list
|
Get a list of process instances by target
|
POST
|
/pub/v1/bpm/instance/bytarget/list
|
Get a list of process instances by target
|
GET
|
/pub/v1/bpm/instance/{id}/get
|
Get a process instance by ID
|
POST
|
/pub/v1/bpm/instance/{id}/get
|
Get a process instance by ID
|
POST
|
/pub/v1/bpm/template/{namespace}/{code}/run
|
Start process by workspace and code
|