public interface CaseExecutionResource
| Modifier and Type | Method and Description | 
|---|---|
| void | complete(CaseExecutionTriggerDto triggerDto) | 
| void | disable(CaseExecutionTriggerDto triggerDto) | 
| CaseExecutionDto | getCaseExecution() | 
| VariableResource | getVariables() | 
| VariableResource | getVariablesLocal() | 
| void | manualStart(CaseExecutionTriggerDto triggerDto) | 
| void | reenable(CaseExecutionTriggerDto triggerDto) | 
| void | terminate(CaseExecutionTriggerDto triggerDto) | 
CaseExecutionDto getCaseExecution()
void manualStart(CaseExecutionTriggerDto triggerDto)
void disable(CaseExecutionTriggerDto triggerDto)
void reenable(CaseExecutionTriggerDto triggerDto)
void complete(CaseExecutionTriggerDto triggerDto)
void terminate(CaseExecutionTriggerDto triggerDto)
VariableResource getVariablesLocal()
VariableResource getVariables()
Copyright © 2018. All rights reserved.