public interface HistoricProcessInstanceResource
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoricProcessInstance(Boolean failIfNotExists) |
HistoricProcessInstanceDto |
getHistoricProcessInstance() |
@GET @Produces(value="application/json") HistoricProcessInstanceDto getHistoricProcessInstance()
@DELETE
void deleteHistoricProcessInstance(@QueryParam(value="failIfNotExists") @DefaultValue(value="true")
Boolean failIfNotExists)
Copyright © 2021. All rights reserved.