org.camunda.bpm.engine.rest.sub.runtime
Interface CaseExecutionResource
- All Known Implementing Classes:
- CaseExecutionResourceImpl
public interface CaseExecutionResource
- Author:
- Roman Smirnov
getCaseExecution
CaseExecutionDto getCaseExecution()
manualStart
void manualStart(CaseExecutionTriggerDto triggerDto)
disable
void disable(CaseExecutionTriggerDto triggerDto)
reenable
void reenable(CaseExecutionTriggerDto triggerDto)
complete
void complete(CaseExecutionTriggerDto triggerDto)
terminate
void terminate(CaseExecutionTriggerDto triggerDto)
getVariablesLocal
VariableResource getVariablesLocal()
getVariables
VariableResource getVariables()
Copyright © 2016 camunda services GmbH. All rights reserved.