public interface ProcessInstanceService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteProcessInstance(String processInstanceId) |
String |
startProcessInstanceByKey(String processDefinitionKey,
String tenantId) |
String |
startProcessInstanceByKey(String processDefinitionKey,
String planItemInstanceId,
String tenantId) |
String startProcessInstanceByKey(String processDefinitionKey, String tenantId)
String startProcessInstanceByKey(String processDefinitionKey, String planItemInstanceId, String tenantId)
void deleteProcessInstance(String processInstanceId)
Copyright © 2018 Flowable. All rights reserved.