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 © 2022. All rights reserved.