org.camunda.bpm.engine.rest.sub.runtime
Interface CaseInstanceResource
- All Known Implementing Classes:
- CaseInstanceResourceImpl
public interface CaseInstanceResource
- Author:
- Roman Smirnov
getCaseInstance
CaseInstanceDto getCaseInstance()
complete
void complete(CaseExecutionTriggerDto triggerDto)
close
void close(CaseExecutionTriggerDto triggerDto)
terminate
void terminate(CaseExecutionTriggerDto triggerDto)
getVariablesResource
VariableResource getVariablesResource()
Copyright © 2016 camunda services GmbH. All rights reserved.