|
|
public void deleteProcessInstance(String processInstanceId, String comments) {
|
|
public void deleteProcessInstance(String processInstanceId, String comments) {
|
|
|
runtimeService.deleteProcessInstance(processInstanceId, comments);
|
|
runtimeService.deleteProcessInstance(processInstanceId, comments);
|